Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed Jul 4, 2024
1 parent 5a85904 commit 5f575d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tests/test_benchmark/test_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_evaluate_integration():
data.obs["str_labels"] = pd.Categorical(['type1', 'type2'] * (data.shape[0] // 2))
data.obsm["X_scgpt"] = np.zeros((data.shape[0], 10))

evaluations = evaluate_integration([("scgpt", data, "X_scgpt"), ("different_model", data, "X_scgpt")], config)
evaluations = evaluate_integration([("scgpt", "X_scgpt"), ("different_model", "X_scgpt")], data, config)

# scgpt
assert_near_exact(evaluations["scgpt"]["BATCH"]["ASW_batch"], 1.0)
Expand Down

0 comments on commit 5f575d8

Please sign in to comment.