Skip to content

Commit 8670a23

Browse files
committed
hard debug 2
1 parent bf997ca commit 8670a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ReactionMechanismSimulator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ 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
1716
CondaPkg.add("python"; version="3.9")
17+
@assert false
1818
end
1919
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
2020
CondaPkg.add("matplotlib", channel="conda-forge")

src/rmstest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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
1817
CondaPkg.add("python"; version="3.9")
18+
@assert false
1919
end
2020
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
2121
CondaPkg.add("matplotlib", channel="conda-forge")

0 commit comments

Comments
 (0)