-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot import name 'load_goals' from 'utils.string_utils' #6
Comments
Hi, thank you for pointing out the issue! Sorry for the mistake. The bug has been identified and fixed. Please pull the latest code from the repository, and it should work correctly now. If you encounter any further issues, feel free to let me know. Thanks again for your feedback! |
Thanks for your quick fix! Additionally, I have found a few issues:
causes the error:
Since I am only running the PAIR algorithm now, I simply commented out this line to proceed.
These are the issues I've encountered so far while attempting to reproduce the PAIR algorithm. I will report bug if I encounter more. Thanks! |
I have cloned the newest code but occur the error:
and I checked there is no
load_goals
function in theutils.string_utils
,it there is anyway to solve it?
Thanks
The text was updated successfully, but these errors were encountered: