Refactoring particleset creation method#39
Conversation
Adding the new unit testing to a branch to refactor the particleset creation function
…ss their own release locations if they'd like
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #39 +/- ##
==========================================
- Coverage 67.60% 66.24% -1.37%
==========================================
Files 8 8
Lines 744 705 -39
==========================================
- Hits 503 467 -36
+ Misses 241 238 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
This branch is now set to merge into |
I want to PR |
Yes, that would help me with reviewing, because now I will need to also go through all the changes of the |
Merge pull request #37 from OceanParcels/adding_new_tests
… function, when users do not provide a plastic amount per particle.
…icleset Refactoring particleset creation method
This PR is to change the particleset creation method, splitting it into two parts. One method allows users to create a particle set using one of the predefined initialisation maps, and the other method allows users to pass in their own release locations and plastic amounts.