VlachosGroup / AIMSim

A Python toolbox to work with molecular similarity
https://vlachosgroup.github.io/AIMSim/README.html
MIT License
33 stars 4 forks source link

name ’warn‘ is not defined #264

Closed lililololililolo closed 10 months ago

lililololililolo commented 10 months ago

1527b1245e01d9fb44d070188cb91fe what is ”name ’warn‘ is not defined“?

JacksonBurns commented 10 months ago

Hi @lililololililolo thanks for using AIMSim! This 'unexpected error' has been raised from a part of the code that we don't expect to break. Could you provide the input file and the GUI settings that you were using? That way I can reproduce the error locally to try and fix it.

JacksonBurns commented 10 months ago

Hello again @lililololililolo I have successfully found and resolved the issue! We were missing an important statement that would warn users that large datasets may take a long time to run. The 2.1.3 release will resolve this problem.