Skip to content

Commit b43a8c4

Browse files
committed
remove debug
1 parent 8670a23 commit b43a8c4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ReactionMechanismSimulator.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ 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
1817
end
1918
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
2019
CondaPkg.add("matplotlib", channel="conda-forge")

src/rmstest.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ 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
1918
end
2019
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
2120
CondaPkg.add("matplotlib", channel="conda-forge")

0 commit comments

Comments
 (0)