CambridgeMolecularEngineering / chemdataextractor2

ChemDataExtractor Version 2.0
Other
121 stars 28 forks source link

Fix for documentation examples #37

Open OBrink opened 1 year ago

OBrink commented 1 year ago

I made two small changes:

1) I have added missing import statements in the documentation code snippets that describe how to get the records. 2) I have fixed the table parser example notebook. As described in #35, it was not working. The path for the example table data was wrong and the model needs to be specified when instantiating the Table object instead of adding it afterwards.