PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 6 forks source link

Use utf-8 encoding when writing csv files #79

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

and add a test case

Closes #77

codecov-commenter commented 2 years ago

Codecov Report

Merging #79 (b45d38d) into develop (ad1229e) will increase coverage by 0.02%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #79      +/-   ##
===========================================
+ Coverage    80.13%   80.16%   +0.02%     
===========================================
  Files           26       26              
  Lines         2874     2868       -6     
  Branches       684      684              
===========================================
- Hits          2303     2299       -4     
+ Misses         397      395       -2     
  Partials       174      174              
Impacted Files Coverage Δ
petab/core.py 86.82% <0.00%> (+1.32%) :arrow_up:
petab/conditions.py 90.24% <100.00%> (-0.24%) :arrow_down:
petab/measurements.py 80.00% <100.00%> (-0.25%) :arrow_down:
petab/observables.py 97.05% <100.00%> (-0.05%) :arrow_down:
petab/parameters.py 86.36% <100.00%> (-0.09%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ad1229e...b45d38d. Read the comment docs.