Skip to content

Commit b890e0b

Browse files
committed
debug hard 3
1 parent b43a8c4 commit b890e0b

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
@@ -14,6 +14,7 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
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"
1616
CondaPkg.add("python"; version="3.9")
17+
@assert false
1718
end
1819
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
1920
CondaPkg.add("matplotlib", channel="conda-forge")

src/rmstest.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
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"
1717
CondaPkg.add("python"; version="3.9")
18+
@assert false
1819
end
1920
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
2021
CondaPkg.add("matplotlib", channel="conda-forge")

0 commit comments

Comments
 (0)