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

Minor fixes -- actually not so minor... #144

Merged
merged 21 commits into from
Apr 21, 2022

Conversation

royerloic
Copy link
Member

Lots of improvements needed for the latest use-case. Please review :-)

royerloic and others added 5 commits April 13, 2022 22:53
…ssic. Added (hidden) flag in docstrings to hide parameters entirely.
…uite unstable and sometimes would fail. The trick is really to have a much bigger crop for calibration, there is no escape from that frankly. Other tweaks in this commit as wellas improved docstrings.
Copy link
Collaborator

@AhmetCanSolak AhmetCanSolak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great overall, let me know when it is ready for final review @royerloic !


if description is not None:
# Parameters that are marked with (hidden) in their docstrings are 'hidden:
if '(hidden)' in description:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you like to hide the hidden parameters from documentation page and our saved json too? or those only meant to be hidden on GUI @royerloic ?

Copy link
Collaborator

@AhmetCanSolak AhmetCanSolak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried running tests but it seems we are missing some files in aydin.util.fast_correlation like correlation.py and __init__.py. Almost all test cases return

from aydin.util.fast_correlation.correlation import correlate
E   ModuleNotFoundError: No module named 'aydin.util.fast_correlation.correlation'

Maybe those are accidentally excluded from the commit. @royerloic could you update the PR by adding these missing files?

Copy link
Collaborator

@AhmetCanSolak AhmetCanSolak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some tests are failing but I will merge this PR now and open issues for the tests failing so we can follow-up later on. Thank you @royerloic again for the PR.

@AhmetCanSolak AhmetCanSolak merged commit f9685f4 into royerlab:master Apr 21, 2022
This was referenced Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants