Files
CoolProp/Web/scripts/fluid_properties.phase_envelope.py
2019-01-12 20:45:25 -07:00

4 lines
205 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')