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
depcode.py
I read a lot of code while working on OpenMC all summer and think we can clean up depcode.py and related files.
abc.py
Depcode
openmc_depcode.py
OpenMCDepcode
serpent_depcode.py
SerpentDepcode
This should be fairly straightforward.
This could take longer than I think it might.
The text was updated successfully, but these errors were encountered:
yardasol
Successfully merging a pull request may close this issue.
Background and motivation
I read a lot of code while working on OpenMC all summer and think we can clean up
depcode.py
and related files.Description of idea
depcode.py
into three different files:abc.py
: holds abstract base classses likeDepcode
openmc_depcode.py
: holdsOpenMCDepcode
classserpent_depcode.py
: holdsSerpentDepcode
classImplementation details
This should be fairly straightforward.
Potential snags
This could take longer than I think it might.
The text was updated successfully, but these errors were encountered: