From dee75b3660d16607b1758f3471c496df68367b5b Mon Sep 17 00:00:00 2001 From: Hao-Wei Pang Date: Fri, 13 Oct 2023 21:53:43 -0400 Subject: [PATCH] Remove unused species --- src/rmstest.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rmstest.jl b/src/rmstest.jl index c9128bd1..7da9ca30 100644 --- a/src/rmstest.jl +++ b/src/rmstest.jl @@ -1,7 +1,6 @@ using PyCall const Chem = PyNULL() const molecule = PyNULL() -const species = PyNULL() const fragment = PyNULL() const pydot = PyNULL() copy!(Chem,pyimport_conda("rdkit.Chem","rdkit","rmg"))