mphowardlab / relentless

Computational materials design, with less code.
https://relentless.readthedocs.io
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Add filename argument for analyzers #212

Closed mphoward closed 1 year ago

mphoward commented 1 year ago

This PR adds an optional filename argument to both Record and EnsembleAverage so that the user can control output to file when the simulation is run in an optimization, and they do not have access to the Python outputs at each iteration.

Fixes #205