uit-cosmo / blobmodel

Model of propagating blobs in 1D and 2D
https://blobmodel.readthedocs.io
MIT License
6 stars 2 forks source link

fix coordinates in animate_2d #81

Closed gregordecristoforo closed 1 year ago

gregordecristoforo commented 1 year ago

Fix #41 2d animations use correct x and y coordinates.

codecov[bot] commented 1 year ago

Codecov Report

Merging #81 (f0c67b0) into main (38a0725) will increase coverage by 3.69%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   95.55%   99.25%   +3.69%     
==========================================
  Files           7        6       -1     
  Lines         315      267      -48     
  Branches       41       38       -3     
==========================================
- Hits          301      265      -36     
+ Misses         13        2      -11     
+ Partials        1        0       -1     

see 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

gregordecristoforo commented 1 year ago

Since the plotting isn't covered by the tests, I don't mind ignoring the code coverage.

gregordecristoforo commented 1 year ago

I excluded the plotting.py module from the code coverage