Skip to content
Snippets Groups Projects
Commit b5f0aaba authored by pswain's avatar pswain
Browse files

Corrected spelling

parent e770d48f
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ class Signal(BridgeH5): ...@@ -50,7 +50,7 @@ class Signal(BridgeH5):
return self.add_name(df, dsets) return self.add_name(df, dsets)
elif isinstance(dsets, list): # pre-processing elif isinstance(dsets, list): # pre-processing
is_bgd = [dset.endswith("imBackground") for dset in dsets] is_bgd = [dset.endswith("imBackground") for dset in dsets]
# Check we are not comaring tile-indexed and cell-indexed data # Check we are not comparing tile-indexed and cell-indexed data
assert sum(is_bgd) == 0 or sum(is_bgd) == len( assert sum(is_bgd) == 0 or sum(is_bgd) == len(
dsets dsets
), "Tile data and cell data can't be mixed" ), "Tile data and cell data can't be mixed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment