mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
4 lines
205 B
Python
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')
|