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

Merge branch 'pp_docs' of gitlab.com:aliby/aliby into pp_docs

parents e3d426da d58fce30
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class Signal(BridgeH5):
return self.add_name(df, dsets)
elif isinstance(dsets, list): # pre-processing
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(
dsets
), "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