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

parallelcoords and scatter plots are showing all measure arguments as potential plot variables #661

Closed
brianlball opened this issue May 11, 2022 · 3 comments · Fixed by #662
Assignees

Comments

@brianlball
Copy link
Contributor

parallel lines plots and scatter plots are showing all measure arguments as potential plot variables.
only arguments that are :visualize == true should show.

this is bad:
2022-05-11_13-07-03

same here:
2022-05-11_13-06-36

@brianlball brianlball self-assigned this May 11, 2022
@brianlball
Copy link
Contributor Author

mongoid 7.1 changed the behavior of '.or' to treat the receiver as one of the operands. This behavior matches that of ActiveRecord. Previously, or and nor added their parameters as additional conditions to the receiver. changelog.
easiest fix is to use 'any_of' which behaves as 'or' did in Mongoid 7.0

@brianlball
Copy link
Contributor Author

fixed: f948462

all better:
2022-05-11_13-09-36

2022-05-11_13-09-57

@brianlball
Copy link
Contributor Author

seems like this was impacting the download results files too...
2022-05-11_17-37-21

adjusting the tests to compensate

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 a pull request may close this issue.

1 participant