mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-21 03:48:08 -05:00
3 lines
209 B
Python
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') |