-
Notifications
You must be signed in to change notification settings - Fork 130
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
Fixing typo in demo.py
file
#611
Fixing typo in demo.py
file
#611
Conversation
please check if the same declaration is present in other parts of the codebase |
Another two issues found in the same file:
Need to remove those lines |
you should provide the changes to fix those then. Are those methods unused or they changed names? Check |
Those methods have been removed from |
@farazkhanfk7 do you know what we use now in place of |
In hydrus/hydrus/data/db_models.py Lines 217 to 220 in c6a8587
|
Unavailable method removed from |
ok. but now the demo should work by using the new methods. |
@vrutik2809 you can take a look at |
While running
I'm not able to figure out why it is happening. While debugging it, I also observed that even if pass a different snap of doc.py : |
I have opened new issue (#613) regarding |
Thanks! |
Fixes #610
Checklist
Current behaviour
There is a typo in the
demo.py
file. Due to that the following error was occurring:New expected behaviour
The typo has been removed. Now it will work completely fine.
Change logs
Fixed