Closed Nebreg3 closed 6 months ago
Hey @Nestor-UVE, the issue you are experiencing is actually related to simfire
, not simharness
. The FireSimulation
class is defined here in the simfire
repository.
The issue you are experiencing is related to code updates not being found in your environment's current version of simfire
- I presume you have simfire <= 1.5.7
. This commit in simfire
adds the supported_attributes
attribute.
To resolve the issue you are experiencing, please update simfire to the latest version, or at the least, to version 1.5.8
. This can be done with pip, but update the command below depending on your virtual environment setup:
pip install -U simfire
This issue has been resolved by the updates to requirements.txt
in commit https://github.com/mitrefireline/simharness/commit/56f92bd55aa2ac88a3bc29a9279ec4e77e44b5ac. Please update your virtual environment and let us know if you have any other issues, comments, concerns, questions, etc!
@Nestor-UVE, thank you for your patience while we got our fixes merged!
When running the code (with temporaly solution from Issue4 added) an exception appears. This is the complete log: