We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24805d commit 1b9629eCopy full SHA for 1b9629e
1 file changed
interfaces/cython/cantera/test/test_reactor.py
@@ -5,7 +5,10 @@
5
6
import numpy as np
7
from .utilities import unittest
8
-from ruamel.yaml import YAML
+try:
9
+ from ruamel.yaml import YAML
10
+except:
11
+ from ruamel_yaml import YAML
12
13
import cantera as ct
14
from . import utilities
0 commit comments