-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
became this on re-running the experiment (and changes from grey to red in the matrix accordingly):

with an error like this in the std::out:
Traceback (most recent call last):
File "/home/celery/eclipse/workspace/Chaste/python/pycml/translate.py", line 55, in <module>
translators.run()
File "/home/celery/eclipse/workspace/Chaste/python/pycml/translators.py", line 6789, in run
protocol.apply_protocol_file(doc, options.protocol)
File "/home/celery/eclipse/workspace/Chaste/python/pycml/protocol.py", line 1507, in apply_protocol_file
Protocol.apply_protocol_file(doc, proto_file_path)
File "/home/celery/eclipse/workspace/Chaste/python/pycml/protocol.py", line 91, in apply_protocol_file
proto.modify_model()
File "/home/celery/eclipse/workspace/Chaste/python/pycml/protocol.py", line 593, in modify_model
self._check_equation_lhs(input) # Create LHS var if needed
File "/home/celery/eclipse/workspace/Chaste/python/pycml/protocol.py", line 681, in _check_equation_lhs
raise ProtocolError("Variable %s on the LHS of a 'define' does not exist in the model and is not an output with units or optional." % vname)
protocol.ProtocolError: Variable oxmeta:membrane_fast_transient_outward_current_conductance on the LHS of a 'define' does not exist in the model and is not an output with units or optional.
/home/celery/eclipse/workspace/Chaste/python/pycml/translate.py /home/celery/eclipse/workspace/Chaste/projects/FunctionalCuration/dynamic/tmp_32943_1648035196/ohara_rudy_cipa_v1_2017.cellml -A -p --expose-annotated-variables --protocol=/tmp/fc_webservice_testoutput/ProtocolConverter/tmp3TBoPS.xml --conf=/home/celery/eclipse/workspace/Chaste/python/pycml/config.xml --use-chaste-stimulus --convert-interfaces --warn-on-unit-conversions --Wu --conf=/tmp/tmpEspvz0.xml -y -t CVODE -c Dynamicohara_rudy_cipa_v1_2017FromCellMLCvode -o /home/celery/eclipse/workspace/Chaste/projects/FunctionalCuration/build/optimised/dynamic/tmp_32943_1648035196/ohara_rudy_cipa_v1_2017.cpp
scons: *** [projects/FunctionalCuration/build/optimised/dynamic/tmp_32943_1648035196/ohara_rudy_cipa_v1_2017.cpp] Error 1
scons: building terminated because of errors.
we did discuss this at some point but I couldn't find an issue so started a new one. @jonc125 @MauriceHendrix @MichaelClerx does anyone know what change caused this?
