Skip to content

Commit

Permalink
Fixed error in example dataset tests from the addition of the groundt…
Browse files Browse the repository at this point in the history
…ruth cell table to the hf space
  • Loading branch information
JLrumberger committed Nov 21, 2024
1 parent 02d937b commit 360b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_example_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _setup(self):
"H3K9ac", "H3K27me3", "HLADR", "IDO", "Ki67", "PD1", "SMA", "Vim"]

self.cell_table_names = ["cell_table_arcsinh_transformed", "cell_table_size_normalized",
"cell_table_size_normalized_cell_labels",
"cell_table_size_normalized_cell_labels", "noisy_groundtruth"
"generalized_cell_table_input"]

self.deepcell_output_names = [f"fov{i}_{j}" for i in range(11)
Expand Down

0 comments on commit 360b03b

Please sign in to comment.