Skip to content

Commit bf997ca

Browse files
committed
hard debugging
1 parent 557a9db commit bf997ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ReactionMechanismSimulator.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
1313
end
1414
if py_version === nothing || !(v"3.7" <= py_version && py_version <= v"3.9")
1515
@info "python version was not in 3.7-3.9 changing python version"
16+
@assert false
1617
CondaPkg.add("python"; version="3.9")
1718
end
1819
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")

src/rmstest.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
1414
end
1515
if py_version === nothing || !(v"3.7" <= py_version && py_version <= v"3.9")
1616
@info "python version was not in 3.7-3.9 changing python version"
17+
@assert false
1718
CondaPkg.add("python"; version="3.9")
1819
end
1920
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")

0 commit comments

Comments
 (0)