mirror of
https://github.com/gsi-upm/soil
synced 2025-08-23 19:52:19 +00:00
v0.15.2
See CHANGELOG.md for a complete list of changes
This commit is contained in:
@@ -74,10 +74,10 @@ class Exporters(TestCase):
|
||||
s = simulation.from_config(config)
|
||||
tmpdir = tempfile.mkdtemp()
|
||||
envs = s.run_simulation(exporters=[
|
||||
exporters.default,
|
||||
exporters.csv,
|
||||
exporters.gexf,
|
||||
],
|
||||
exporters.default,
|
||||
exporters.csv,
|
||||
exporters.gexf,
|
||||
],
|
||||
stats=[distribution,],
|
||||
outdir=tmpdir,
|
||||
exporter_params={'copy_to': output})
|
||||
|
Reference in New Issue
Block a user