1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-23 19:52:19 +00:00

Add tests exporters

This commit is contained in:
J. Fernando Sánchez
2019-04-30 09:28:25 +02:00
parent d1006bd55c
commit 2a2843bd19
2 changed files with 111 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ def for_sim(simulation, names, *args, **kwargs):
exporters.append(mod(simulation, *args, **kwargs))
return exporters
class DryRunner(BytesIO):
def __init__(self, fname, *args, copy_to=None, **kwargs):
super().__init__(*args, **kwargs)