Skip to content

Commit

Permalink
Working on refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed Mar 23, 2017
1 parent 704d45b commit 3d01fb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ThermoPyle/ThermoPyle.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ class ThermoFluid():
self.zvar = zvar
self.vars = [self.xvar, self.yvar, self.zvar]
self.M = CP.PropsSI("M", self.fluid)
if "S" in self.vars[:-1]:
raise ValueError(
"S (entropy) is not supported as an input variable, try permuting your inputs until you get something to work!"
)
# if "S" in self.vars[:-1]:
# raise ValueError(
# "S (entropy) is not supported as an input variable, try permuting your inputs until you get something to work!"
# )

# Linear interpolation between tmin and tmax with NUM_POINTS number of
# points, delta = tmax-min/NUM_POINTS
Expand Down
3 changes: 0 additions & 3 deletions finalData/Water_T-216_P-216_U_with_derivatives.csv

This file was deleted.

1 change: 0 additions & 1 deletion finalData/Water_T-216_P-216_U_with_derivatives.json

This file was deleted.

0 comments on commit 3d01fb1

Please sign in to comment.