Skip to content
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

import in API docs gives error #53

Closed
kevinyamauchi opened this issue Nov 23, 2021 · 3 comments
Closed

import in API docs gives error #53

kevinyamauchi opened this issue Nov 23, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@kevinyamauchi
Copy link

Describe the bug
Thanks for the great library! As described in the API docs, I tried from aydin.restoration.denoise.noise2self_fgr import noise2self_fgr and received a ModuleNotFoundError. Perhaps it should be from aydin import noise2self_fgr?

To Reproduce
Steps to reproduce the behavior:

  1. Open python terminal
  2. Try from aydin.restoration.denoise.noise2self_fgr import noise2self_fgr
  3. See error

Expected behavior
Should import the noise2self_fgr() function

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
@kevinyamauchi kevinyamauchi added the bug Something isn't working label Nov 23, 2021
@AhmetCanSolak AhmetCanSolak self-assigned this Nov 23, 2021
@AhmetCanSolak
Copy link
Collaborator

Thank you @kevinyamauchi for the issue!

We have made some changes and forgot to update docs apparently. I will be addressing this today, meanwhile from aydin.restoration.denoise.noise2selffgr import noise2self_fgr should work. I will keep you posted!

@kevinyamauchi
Copy link
Author

Thanks for the quick response, @AhmetCanSolak. It's nice to hear from you. I hope all is well! Congrats on the nice project!

@AhmetCanSolak
Copy link
Collaborator

It is nice to hear from you too! I hope all is great with you! Thanks.

This is addressed in #54 . Please let me know if you see anything else broken on the docs or if you have any other feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants