Skip to content

Commit 7c44a31

Browse files
committed
Add comma so that bug is fixed
1 parent 65e3caa commit 7c44a31

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
@@ -262,7 +262,7 @@ def calculateDrugScreen(self, score_level: Literal["compare_reps", "compare_guid
262262
n_reps=self.n_reps,
263263
test=self.test, score_level=score_level,
264264
count_filter_threshold=count_filter_threshold,
265-
count_filter_type=count_filter_type
265+
count_filter_type=count_filter_type,
266266
**kwargs
267267
)
268268
self._add_phenotype_results(run_name, f'tau:{tau_name}', tau)

0 commit comments

Comments
 (0)