Skip to content

Commit

Permalink
Changed UManSysProp default link location to work with docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
David Topping authored and David Topping committed Jun 6, 2018
1 parent 3bfbdf7 commit c29cd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aerosol/Property_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

import sys
import numpy
sys.path.append('/Users/davidtopping/Code/Git_repos/UManSysProp_public/')
sys.path.append('/Code/Git_repos/UManSysProp_public/')
from umansysprop import boiling_points
from umansysprop import vapour_pressures
from umansysprop import critical_properties
Expand Down

0 comments on commit c29cd9c

Please sign in to comment.