NREL / hercules

Hercules
https://nrel.github.io/hercules/
Apache License 2.0
3 stars 7 forks source link

[Feature request] Allow user to specify name of output csv file on instantiation of Emulator #78

Closed misi9170 closed 6 months ago

misi9170 commented 7 months ago

Currently, the Emulator.output_file is hardcoded to "hercules_output.csv". It would be nice to allow output_file to be an optional argument to Emulator.__init__(), which defaults to "hercules_output" but could be set as something else.

misi9170 commented 7 months ago

Now addressed in #76

misi9170 commented 6 months ago

Closed by #76