Skip to content

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.

3 participants