Skip to content

Commit

Permalink
call to os.path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lpratalimaffei committed Nov 8, 2024
1 parent 57ef6e8 commit eb5d515
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mechanalyzer/tests/test__calc_mixpssa.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from mechanalyzer import calculator
import chemkin_io # better to remove, but would need too many data to write in this file

CWD = os.path.dirname(os.path.realpath(__file__))
FILE1 = 'data/pssa/C6H5C3H3.mech'
FILE2 = 'data/pssa/C7H5C3H4.mech'
THERM1 = 'data/pssa/C6H5C3H3.therm'
Expand Down Expand Up @@ -114,8 +115,6 @@
1.11395009e+07, 1.19115267e+07, 1.17476378e+07, 1.08564330e+07]))}}

#####################################################################
# Set path to current directory where MESS files exist
CWD = os.getcwd()

# ktp dct

Expand Down

0 comments on commit eb5d515

Please sign in to comment.