Skip to content
Snippets Groups Projects
Commit 9f3ecb6e authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 73879e1a
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ def go(args):
if args.ms_only:
print("Filtering to MS only")
df = df.loc[df.measurement_kind == "mass_spec"]
df = df.loc[df.measurement_kind == "mass_spec"].copy()
if args.set_measurement_value:
indexer = df.measurement_kind == "mass_spec"
......
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