You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the F.TemperatureFromXDMF in transient h transport cases the following error is produced:
Time stepping...
Traceback (most recent call last):
File "test.py", line 51, in <module>
my_model.run()
File "/home/fenics/shared/FESTIM/FESTIM/generic_simulation.py", line 279, in run
self.run_transient()
File "/home/fenics/shared/FESTIM/FESTIM/generic_simulation.py", line 298, in run_transient
self.iterate()
File "/home/fenics/shared/FESTIM/FESTIM/generic_simulation.py", line 324, in iterate
self.T.update(self.t)
File "/home/fenics/shared/FESTIM/FESTIM/temperature/temperature.py", line 52, in update
self.expression.t = t
AttributeError: 'NoneType' object has no attribute 't'
Describe the bug
When using the F.TemperatureFromXDMF in transient h transport cases the following error is produced:
To Reproduce
this could potentially be fixed by adding an update function to the class:
The text was updated successfully, but these errors were encountered: