Skip to content

Commit ee12dc2

Browse files
committed
with serialem there are modcs in spa collections as well
1 parent 6925da2 commit ee12dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/client/analyser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def _find_context(self, file_path: Path) -> bool:
303303

304304
# Files starting with "Position" belong to the standard tomography workflow
305305
# NOTE: not completely reliable, mdocs can be in tomography metadata as well
306-
if (
306+
if not self._serialem and (
307307
split_file_stem[0] == "Position"
308308
or "[" in file_path.name
309309
or split_file_stem[-1] in ["Fractions", "fractions", "EER"]

0 commit comments

Comments
 (0)