Files
CoolProp/Web/scripts/fluid_properties.phase_envelope.py
2016-05-11 09:41:10 -06:00

3 lines
209 B
Python

# Hack due to hang in plot_directive for some unknown reason
import subprocess,sys
subprocess.call('python methane-ethane.py', shell = True, stdout = sys.stdout, stderr = sys.stderr, cwd='../fluid_properties')