in "rxn-ca/src/rxn_ca/computing/schemas/ca_result_schema.py"
there's
from pylattica.core.simulation_result import compress_result
but, in the pylattice, I cannot find the compress_result functions.
also, in "rxn-ca/src/rxn_ca/utilities/enumerate_rxns.py"
there's
from ..computing.schemas.enumerated_rxns_schema import EnumeratedRxnsMode
so I navigated to "/rxn-ca/src/rxn_ca/computing/schemas"
but there's no enumerated_rxns_schema
Am I doing wrong? or the code is not updated yet?
by the way, I was testing the sample code in README.md
in "rxn-ca/src/rxn_ca/computing/schemas/ca_result_schema.py"
there's
from pylattica.core.simulation_result import compress_result
but, in the pylattice, I cannot find the compress_result functions.
also, in "rxn-ca/src/rxn_ca/utilities/enumerate_rxns.py"
there's
from ..computing.schemas.enumerated_rxns_schema import EnumeratedRxnsMode
so I navigated to "/rxn-ca/src/rxn_ca/computing/schemas"
but there's no enumerated_rxns_schema
Am I doing wrong? or the code is not updated yet?
by the way, I was testing the sample code in README.md