Skip to content
Snippets Groups Projects
Commit 4ac05018 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

bugfix es_parameters

parent 441a1be6
No related branches found
No related tags found
No related merge requests found
...@@ -274,6 +274,6 @@ class Pipeline(ProcessABC): ...@@ -274,6 +274,6 @@ class Pipeline(ProcessABC):
.groupby("trap") .groupby("trap")
.apply(sum) .apply(sum)
.apply(np.mean, axis=1) .apply(np.mean, axis=1)
> earlystop["thresh_trap_clogged"] > es_parameters["thresh_trap_clogged"]
).mean() ).mean()
return frac_clogged_traps return frac_clogged_traps
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment