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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user