We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "/home/matte_b/PINA/tutorials/tutorial2/tutorial.py", line 56, in <module> class Poisson(SpatialProblem): File "/home/matte_b/PINA/tutorials/tutorial2/tutorial.py", line 68, in Poisson 'gamma1': Condition(location=CartesianDomain({'x': [0, 1], 'y': 1}), equation=FixedValue(0.)), 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:
No branches or pull requests
The text was updated successfully, but these errors were encountered: