mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
dobs: Zeros are written if config is not part of the Obs, these are ignored on input
This commit is contained in:
parent
e34d49d88d
commit
dc5116aa2f
2 changed files with 27 additions and 26 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue