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
The behavior of odeChamber and affect! (also build_matrix) depend on phase.
odeChamber
affect!
build_matrix
phase
If phase does not change in runtime, checking its value is unnecessary. It seems like phase can be mutated by the IC_Finder_Functions in affect!
IC_Finder_Functions
Consider creating a type for phase to create specialized versions of these functions in the same fashion as with the composition types.
https://github.com/CallieHsu/Chamber.jl/blob/d23788915ec9fea800ccb90b62f5e0a87db3c27c/src/runCode-func.jl
The text was updated successfully, but these errors were encountered:
CallieHsu
No branches or pull requests
The behavior of
odeChamber
andaffect!
(alsobuild_matrix
) depend onphase
.If
phase
does not change in runtime, checking its value is unnecessary. It seems likephase
can be mutated by theIC_Finder_Functions
inaffect!
Consider creating a type for
phase
to create specialized versions of these functions in the same fashion as with the composition types.https://github.com/CallieHsu/Chamber.jl/blob/d23788915ec9fea800ccb90b62f5e0a87db3c27c/src/runCode-func.jl
The text was updated successfully, but these errors were encountered: