dobs: Zeros are written if config is not part of the Obs, these are ignored on input

This commit is contained in:
Simon Kuberski 2023-02-02 15:31:46 +01:00
parent e34d49d88d
commit dc5116aa2f
2 changed files with 27 additions and 26 deletions

View file

@ -339,7 +339,7 @@ def test_dobsio():
dobsio.write_dobs(ol, fname, 'TEST')
rl = dobsio.read_dobs(fname, noempty=True)
rl = dobsio.read_dobs(fname)
os.remove(fname + '.xml.gz')
[o.gamma_method() for o in rl]