1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-23 19:52:19 +00:00
See CHANGELOG.md for a complete list of changes
This commit is contained in:
J. Fernando Sánchez
2021-05-22 16:33:20 +02:00
parent d6b684c1c1
commit e860bdb922
7 changed files with 61 additions and 29 deletions

View File

@@ -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})