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
Traceback (most recent call last):
File "/home/matte_b/PINA/tutorials/tutorial11/tutorial.py", line 38, in <module>
class SimpleODE(SpatialProblem):
File "/home/matte_b/PINA/tutorials/tutorial11/tutorial.py", line 51, in SimpleODE
'x0': Condition(location=CartesianDomain({'x': 0.}), equation=FixedValue(1)),
# We fix initial condition to value 1
File "/home/matte_b/PINA/pina/condition/condition.py", line 65, in __new__
raise ValueError(f"Invalid keyword arguments {kwargs.keys()}.")
ValueError: Invalid keyword arguments dict_keys(['location', 'equation']).
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: