Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Sep 27, 2020
1 parent dd4fcb9 commit 5500edd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chemicals/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@
'Bhirud_normal', 'COSTALD', 'Campbell_Thodos', 'SNM0', 'CRC_inorganic',
'COSTALD_compressed', 'Amgat', 'Rackett_mixture', 'COSTALD_mixture',
'ideal_gas', 'Goodman',
#'iapws97_rho', 'iapws97_P', 'iapws97_T',
]

import os
Expand All @@ -180,7 +179,6 @@
from chemicals.utils import Vm_to_rho, mixing_simple
from chemicals.utils import PY37, source_path, os_path_join, can_load_data
from chemicals.data_reader import data_source, register_df_source
#from chemicals.iapws import iapws97_rho, iapws97_P, iapws97_T

folder = os_path_join(source_path, 'Density')

Expand Down

0 comments on commit 5500edd

Please sign in to comment.