Conversation
mknaranja
left a comment
There was a problem hiding this comment.
Hi @CodingAllan, I had a brief look. Generally this looks quite complete but there are some things that could be addressed before a more detailed review. Could you add some comments and also look at what I annotated elsewise?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #34 +/- ##
==========================================
+ Coverage 27.93% 28.39% +0.45%
==========================================
Files 86 86
Lines 7023 7020 -3
==========================================
+ Hits 1962 1993 +31
+ Misses 5061 5027 -34 ☔ View full report in Codecov by Sentry. |
|
Hi @mknaranja , I just wanted to ask if I should add more comments to the program. Aside from that I think that this is ready for review! |
|
@CodingAllan The CI should be running here but it isn't. Is this due to old main? Can you please merge the main? |
…undary condition. Removed parameters not needed for the test. Soon I will consider to mock functions creating the grid.
… the same ansatz does not work.Look into it next week
Co-authored-by: Martin J. Kühn <[email protected]>
Co-authored-by: Martin J. Kühn <[email protected]>
bd1161b to
08a2947
Compare
0620ad4 to
05ae0a7
Compare
Merge Request - GuideLine Checklist
Guideline to check code before resolve WIP and approval, respectively.
As many checkboxes as possible should be ticked.
Checks by code author:
Always to be checked:
If functions were changed or functionality was added:
If new functionality was added:
If new third party software is used:
If new mathematical methods or epidemiological terms are used:
Are new methods referenced? Did you provide further documentation?
The following questions are addressed in the documentation (if need be):
** Developers (what did you do?, how can it be maintained?)
** For users (how to use your work?)
** For admins (how to install and configure your work?)
For documentation: Please write or update the Readme in the current working directory!
Checks by code reviewer(s):