Skip to content

Commit 65e3caa

Browse files
committed
mend
1 parent f883333 commit 65e3caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screenpro/assays/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def calculateDrugScreen(self, score_level: Literal["compare_reps", "compare_guid
249249
n_reps=self.n_reps,
250250
test=self.test, score_level=score_level,
251251
count_filter_threshold=count_filter_threshold,
252-
count_filter_type=count_filter_type
252+
count_filter_type=count_filter_type,
253253
**kwargs
254254
)
255255
self._add_phenotype_results(run_name, f'gamma:{gamma_name}', gamma)

0 commit comments

Comments
 (0)