LBHB / NEMS0

THIS VERSION OF NEMS IS NO LONGER SUPPORTED. PLEASE USE THE NEW NEMS REPOSITORY OR INSTALL NEMS_DB TO GET NEMS0 SUPPORT.
GNU General Public License v3.0
8 stars 4 forks source link

Fix bug introduced by revamp of model registry #151

Closed bburan closed 5 years ago

bburan commented 5 years ago

New import system for files broke the JSONification of the registry. Fixed this by adding a source_string to the Keyword object that's used to identify how to locate the keyword. This allows us to preserve the original method of finding the keyword (e.g., via an import or by specifying the file).