mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
test: mpm and corr dump test extended
This commit is contained in:
parent
8d8fa82bbe
commit
6c7f1f06c9
2 changed files with 15 additions and 0 deletions
|
@ -118,6 +118,7 @@ def test_utility():
|
|||
corr.print([2, 4])
|
||||
corr.show()
|
||||
|
||||
corr.dump('test_dump', path='.')
|
||||
corr.dump('test_dump')
|
||||
new_corr = pe.load_object('test_dump.p')
|
||||
os.remove('test_dump.p')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue