portyanikhin / PyFluids

Simple, full-featured, lightweight CoolProp wrapper for Python
https://pypi.org/project/pyfluids
MIT License
51 stars 2 forks source link

Fixed as_dict and as_json methods #20

Closed portyanikhin closed 1 year ago

portyanikhin commented 1 year ago

Fixed as_dict and as_json methods for Fluid, Mixture and HumidAir instances.

codecov[bot] commented 1 year ago

Codecov Report

Merging #20 (91469ed) into main (a477ff8) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #20   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         1261      1258    -3     
=========================================
- Hits          1261      1258    -3     
Impacted Files Coverage Δ
pyfluids/fluids/abstract_fluid.py 100.00% <100.00%> (ø)
pyfluids/humid_air/humid_air.py 100.00% <100.00%> (ø)