-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Allow initialization of CarsonsEquations
from a dictionary.
#31
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it!
@AnjoMan I fixed the linter issue |
Pull Request Test Coverage Report for Build 167
💛 - Coveralls |
Pull Request Test Coverage Report for Build 206
💛 - Coveralls |
This change eliminates the need to always construct a model object to use Carson's equations. In the future, we can simplify the test code to use these dictionaries instead of classes.
f70da95
to
af1cc9f
Compare
@AnjoMan do you want me to rebase this? it's ancient but I see there's some activity on the project again |
@etimberg i'm not sure it matters too much -- to merge, we'd have to add additional logic to cover the tape-shield stuff that just got merged in, and i'm guessing it wouldn't end up getting used anyways |
This change eliminates the need to always construct a model object to use Carson's equations. In the future, we can simplify the test code to use these dictionaries instead of classes.
Resolves #30