bryanwweber / thermostate

State Manager for Thermodynamic Properties
https://thermostate.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 19 forks source link

Added label variable for graphing #33

Closed jaredmlobo closed 3 years ago

jaredmlobo commented 3 years ago

_label variable added to State class. Can be assigned upon creation of a State, or through either the add_state or add_process functions.

Changes proposed in this pull request:

codecov[bot] commented 3 years ago

Codecov Report

Merging #33 (552635b) into main (59b860a) will increase coverage by 0.74%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   96.04%   96.79%   +0.74%     
==========================================
  Files           4        4              
  Lines         354      374      +20     
  Branches       85       88       +3     
==========================================
+ Hits          340      362      +22     
+ Misses          6        5       -1     
+ Partials        8        7       -1     
Impacted Files Coverage Δ
src/thermostate/plotting.py 95.00% <100.00%> (+0.12%) :arrow_up:
src/thermostate/thermostate.py 98.72% <100.00%> (+1.54%) :arrow_up:

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 59b860a...552635b. Read the comment docs.

jaredmlobo commented 3 years ago

Thanks @jaredmlobo! Very close here, just a few small formatting things.

jaredmlobo commented 3 years ago

I hope that covers all the edits you were looking for @bryanwweber. Let me know if there is anything else I can do!