[Cython] Fixed location of data directory for unit tests
This commit is contained in:
parent
fae8197bd4
commit
c3d49950bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
import cantera
|
||||
|
||||
cantera.add_directory(os.path.dirname(__file__))
|
||||
cantera.add_directory(os.path.join(os.path.dirname(__file__), 'data'))
|
||||
|
||||
from .test_thermo import *
|
||||
from .test_purefluid import *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue