Closed benjaminhadzovic closed 2 years ago
Thanks for the submission! Just tried it using the current main
branch and I can't reproduce the error - The conversion is read correctly. Here is a Colab Notebook where it also works.
https://colab.research.google.com/drive/1qA85P852fenb8LkNfb0igzu9ru9722Vy?usp=sharing
Could you specify where exactly you get the error? Can you check the PyEnzyme Version using pyenzyme.__version__
?
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
I have trouble reading in a template where the data type "Conversion [%]" is used.
Code:
enzmldoc = pe.EnzymeMLDocument.fromTemplate("Example.xlsm")
Error:
KeyError: 'Conversion [%]'
Here is the example file: Example.xlsx
With my local installation of PyEnzyme the data type can be read in. Even though i haven't changed the code of the local install.