Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Jan 29, 2025
1 parent f883333 commit 65e3caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenpro/assays/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def calculateDrugScreen(self, score_level: Literal["compare_reps", "compare_guid
n_reps=self.n_reps,
test=self.test, score_level=score_level,
count_filter_threshold=count_filter_threshold,
count_filter_type=count_filter_type
count_filter_type=count_filter_type,
**kwargs
)
self._add_phenotype_results(run_name, f'gamma:{gamma_name}', gamma)
Expand Down

0 comments on commit 65e3caa

Please sign in to comment.