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

More generic configuration filter #244

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

Tetracarbonylnickel
Copy link
Contributor

This PR introduces a an overhauled version of the configuration filter node and adds test for it.

It is possible now to filter max values or around the mean value in multiples of the std. Moreover it become easier to extend to include other cutoffs.

Solves issue #182

Comment on lines 63 to 64
values = [
np.max(np.linalg.norm(value, axis=1), axis=0) for value in values
Copy link
Member

Choose a reason for hiding this comment

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

unify with plotting

@Tetracarbonylnickel
Copy link
Contributor Author

Don't know why the test fail here, locally they pass. Do you have an idea?

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