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
File ex8.3_spine_vol_change.py cannot run because in wrapper.py there is an error in new on line 81:
"TypeError: super(type, obj): obj must be an instance or subtype of type"
The text was updated successfully, but these errors were encountered:
Hi @landroa
Update the moose version to latest nightly release.
$ python3 -m pip install pymoose --user --pre --upgrade # --pre is for nightly
Then run the snippet again. Unfortunately the MOOSE release has been pending for quite a while and documentations also needs to be updated.
Sorry, something went wrong.
I tested it with version 3.2.1.dev20200519 on Ubuntu machine. If you run into trouble, let me know which OS you are using.
3.2.1.dev20200519
No branches or pull requests
File ex8.3_spine_vol_change.py cannot run because in wrapper.py there is an error in new on line 81:
"TypeError: super(type, obj): obj must be an instance or subtype of type"
The text was updated successfully, but these errors were encountered: