[Test] Avoid using path in source tree in tests
The relative path that is eliminated here relied on being in the source directory structure, breaking tests of the installed Cython interface
This commit is contained in:
parent
a4ad2f5d66
commit
1e2a9f23a3
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ phases:
|
|||
thermo: ideal-gas
|
||||
species:
|
||||
- species: [O2, N2]
|
||||
- ../../test/data/test_subdir/species-elements.yaml/species: [NO2, N2O]
|
||||
- test_subdir/species-elements.yaml/species: [NO2, N2O]
|
||||
state: {T: 300.0, P: 1 atm, X: "N2O:0.3, O2:0.7"}
|
||||
|
||||
- name: species-all
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue