-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add first tests module and file indexing system #54
Conversation
Pull Request Test Coverage Report for Build 5660974185
💛 - Coveralls |
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.
Very nice first unittests for alea, thanks a lot @dachengx ! 😊 There are a few things I'm not entirely sure about when it comes to the other changes, maybe we can discuss them here.
Another fitting test
Finally, the review dog is happy. Happy dog! |
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.
Thanks, @dachengx do you have any simple demonstration of the resource location script?
The usage of |
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.
Thanks, @dachengx it now looks v nice to me
lets pytest till we drop!
Pull Request Test Coverage Report for Build 5660974185Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Trying to solve #22
What does the code in this PR do / what does it improve?
Add unittest for
GaussianModel
,TemplateSource
,Parameters
,CustomAncillaryLikelihood
, andBlueiceExtendedModel
.The usage of
get_file_path
:output:
Can you briefly describe how it works?
Can you give a minimal working example (or illustrate with a figure)?
What are the potential drawbacks of the codes?
Please include the following if applicable:
Notes on testing
All italic comments can be removed from this template.