Skip to content

Make `directory` an updatable property of the `GenericFileIOCalculator`

Andrew Rosen requested to merge (removed):genericfileiorosen into master

In FileIOCalculator, the directory parameter was a property of the class that could be dynamically set. This MR seeks to add the same behavior to GenericFileIOCalculator.

Question: The regular FileIOCalculator has self._directory = str(Path(value)). Do we need the str() when doing the same in GenericFileIOCalculator?

I'll add some simple unit tests, but I can't find where they exist for GenericFileIOCalculator...

Edited by Andrew Rosen

Merge request reports