<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># 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')
</pre></body></html>