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

Fixed bug in Column Selection > Partially labelled option #8719

Merged

Conversation

N-thony
Copy link
Collaborator

@N-thony N-thony commented Jan 8, 2024

Fixes #8705
@rdstern check this if it is okay now.

Copy link
Collaborator

@rdstern rdstern left a comment

Choose a reason for hiding this comment

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

@N-thony it is still giving me columns where there are more labels than values, rather than just those where there are more values than labels. I see the function also on the right and wonder about the last part, where it says (fn=is.containPartialValueLabel))), and_or="|") Is the second part and_or="|" needed? Does it cause any problems?

image

@N-thony
Copy link
Collaborator Author

N-thony commented Jan 10, 2024

@rdstern have a look, I have added a condition to not select variables with unused labels.

Copy link
Collaborator

@rdstern rdstern left a comment

Choose a reason for hiding this comment

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

@N-thony it now seems to work, so I am approving. Well done.
I would like @Patowhiz to check, but first I wonder if you could see if there is anything you could do with this, and perhaps other options to make it work faster?
In the data I sent, I took the hh data and looked for the partially labelled variables. There are 37. I found it executes the command when you press Return on the sub-dialog, rather than when you press Ok. I am not sure if that is correct.
a) It takes a long time.
b) So I then undid it - cleared and it took ages before getting the dialog - and closed the screen twice during that time.
c) I have a feeling that everything may take a long time once the select is in place? So it only works slowly?
d) I then decided to get another select of all the variables once I had this select. That took a long time to do. But then re-getting that select was very quick

@rdstern
Copy link
Collaborator

rdstern commented Jan 30, 2024

@Patowhiz could you check and approve, so this can be merged?

@Patowhiz Patowhiz merged commit 2270a49 into IDEMSInternational:master Jan 30, 2024
2 checks passed
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.

Select with partial labels should only work in one direction
3 participants