Does anyone know how I could modify a CellML model to resolve these errors:
File "/gpfs/home/arpahlavan/release_3.4/python/pycml/translate.py", line 55, in
translators.run()
File "/gpfs/home/arpahlavan/release_3.4/python/pycml/translators.py", line 6605, in run
config.finalize_config()
File "/gpfs/home/arpahlavan/release_3.4/python/pycml/translators.py", line 5762, in finalize_config
self.find_transmembrane_potential()
File "/gpfs/home/arpahlavan/release_3.4/python/pycml/translators.py", line 6194, in find_transmembrane_potential
raise ConfigurationError('No transmembrane potential found; check your configuration')
translators.ConfigurationError: No transmembrane potential found; check your configuration
The CellML model passed the validation test, so I'm kind of confused by the errors. Thanks.