Skip to content
Snippets Groups Projects
Commit bf11bcb6 authored by Matthew David Pitkin's avatar Matthew David Pitkin
Browse files

Merge branch 'fix_write' into 'master'

Fix writing out HeterodynedData object when data standard devaitions are supplied

See merge request cwinpy/cwinpy!164
parents 9a76432a 53ee2765
No related branches found
No related tags found
No related merge requests found
......@@ -265,10 +265,6 @@ def write_hdf5_series(series, output, path="HeterodynedData", **kwargs):
"xindex",
]
if series.input_stds:
# allow vars to be included
badslots.remove("vars")
for slot in series._metadata_slots:
if slot not in badslots:
slots += (slot,)
......
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