smartpy.montecarlo.GLUE.run
- GLUE.run(compression=None)
Run the simulations for the sample of parameter sets.
- Parameters
- compression:
bool
orint
Whether the sample output file should be compressed. If the output file format is
'csv'
, abool
is expected (True
if compression is requested). If the output file format is'netcdf'
, abool
or anint
is expected to determine the complevel of the Python packagenetCDF4
which ranges between 1 and 9 (ifTrue
, set to compression level of 6, ifint
is provided, the integer value is the complevel). If not provided, set to default valueNone
(i.e. no compression is performed).
- compression: