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
For example: when par-to-sim sets sim.inputs.all_regs from par.outputs.all_regs we should drop par.outputs.all_regs from the data structure.
sim.inputs.all_regs
par.outputs.all_regs
The text was updated successfully, but these errors were encountered:
This would help alleviate #574 as well.
Sorry, something went wrong.
This would be good to do but we will probably have to do some cleanup if any actions/tools have been looking at keys that won't be defined now.
No branches or pull requests
For example: when par-to-sim sets
sim.inputs.all_regs
frompar.outputs.all_regs
we should droppar.outputs.all_regs
from the data structure.The text was updated successfully, but these errors were encountered: