EnzymeML / PyEnzyme

🧬 - Data management and modeling framework based on EnzymeML.
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

Can't read in data type "Conversion [%]" from template #49

Closed benjaminhadzovic closed 2 years ago

benjaminhadzovic commented 2 years ago

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.

JR-1991 commented 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__?

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.