ur-whitelab / nmrgnn

Graph neural network for predicting NMR chemical shifts
MIT License
48 stars 8 forks source link

Bug in library.py #6

Closed ziyueyang37 closed 3 years ago

ziyueyang37 commented 3 years ago

https://github.com/ur-whitelab/nmrgnn/blob/119f9c9b06b947915a30820372a72c17cd695c34/nmrgnn/library.py#L94 model_file = _load_baseline() I checked, didn't found _load_baseline(), should be load_baseline() instead.