Skip to content

Commit 67f59b3

Browse files
committed
debug hard 4
1 parent b890e0b commit 67f59b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/ReactionMechanismSimulator.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ 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
17+
@info "python 3.9 installed"
1818
end
1919
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
20+
@assert false
2021
CondaPkg.add("matplotlib", channel="conda-forge")
2122
CondaPkg.add("rdkit", channel="conda-forge")
2223
CondaPkg.add("pydot", channel="conda-forge")

src/rmstest.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ 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
18+
@info "python 3.9 installed"
1919
end
2020
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
21+
@assert false
2122
CondaPkg.add("matplotlib", channel="conda-forge")
2223
CondaPkg.add("rdkit", channel="conda-forge")
2324
CondaPkg.add("pydot", channel="conda-forge")

0 commit comments

Comments
 (0)