<!--- Provide a general summary of the issue in the Title above --> <!--- Please label the issue with one of the following: Documentation, Outreach or Question --> ## Summary In #206 many code changes were made. Unluckily, mainly due to lack of time, we didn't make enough tests, and the code coverage dropped. We need some more testing to make the code coverage raise again above the 90% threshold. ## Next Steps <!--- Provide possible steps to take in order to address the issue --> - [ ] Test the new function in `viz.py` - [ ] Add tests for the native objects (`physio_obj.py`) - [ ] Add breaking tests (they're fun)
Summary
In #206 many code changes were made. Unluckily, mainly due to lack of time, we didn't make enough tests, and the code coverage dropped.
We need some more testing to make the code coverage raise again above the 90% threshold.
Next Steps
viz.pyphysio_obj.py)