Skip to content

Commit

Permalink
updated test to use keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
aGuyLearning committed Dec 18, 2024
1 parent b1d36b8 commit 35dbacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/test_sa.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _sa_function_assert(self, model, model_class):
def _sa_func_test(self, sa_function, sa_class, mimic_2_sa):
adata, duration_col, event_col = mimic_2_sa

sa = sa_function(adata, duration_col, event_col)
sa = sa_function(adata, duration_col=duration_col, event_col=event_col)
self._sa_function_assert(sa, sa_class)

def test_kmf(self, mimic_2_sa):
Expand Down

0 comments on commit 35dbacf

Please sign in to comment.