Skip to content

Commit

Permalink
Change data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
benhills committed Jun 7, 2022
1 parent c6f17c4 commit cbc7813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceotherm/lib/cylindricalstefan/concentration_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def Tf_depression(C,solute='methanol',linear=False,data_dir=None,const=const):
return Tf
else:
if data_dir is None:
data_dir='../../../data/'
data_dir='./data/'
if solute=='methanol':
# Get percent by mass
PBM = C_pbm(C,const.rhom)
Expand Down

0 comments on commit cbc7813

Please sign in to comment.