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 a bug where the group and label of a Holomap would get messed u… #1110

Closed
wants to merge 4 commits into from
Closed

Fixed a bug where the group and label of a Holomap would get messed u… #1110

wants to merge 4 commits into from

Conversation

drs251
Copy link
Contributor

@drs251 drs251 commented Feb 8, 2017

…p by ElementOperation.call - #1106

@drs251
Copy link
Contributor Author

drs251 commented Feb 8, 2017

Hope I didn't screw this up too badly, it's my first PR ever... 😊

@jlstevens
Copy link
Contributor

Looks good, thanks!

I'm just trying to remember the original reasoning we had for copying the group/label across...

@drs251
Copy link
Contributor Author

drs251 commented Feb 8, 2017

Manual copying seems to be unnecessary, as this is done by clone() - I've tested it.

@philippjfr
Copy link
Member

I think this is correct, it doesn't make sense for a HoloMap to inherit the group and label of the input since it already computes a new group and label from the processed Elements. I expect there to be a lot of test failures, so we'll have to update the test data.

@philippjfr
Copy link
Member

Only one small failure in Showcase, where contours, threshold and gradient operations are used. No change in display data though. Rebuilding tests now.

@philippjfr
Copy link
Member

philippjfr commented Feb 8, 2017

@jlstevens Seems the PR build here failed uploading the test data:

upload failed: ./test_data.zip to s3://preview.holoviews.org/6556/test_data_py2.zip Unable to locate credentials

any ideas?

@jlstevens
Copy link
Contributor

Hmm, I'm guessing it is this line

I have vague memories of the AWS key being encrypted as an environment variable. I assume there is a credentials issue for some unknown reason...

@philippjfr
Copy link
Member

@drs251 Sorry about holding this up but we uncovered an issue in our testing infrastructure which I've only just fixed. Do you mind merging or rebasing this PR against current master, then I'll be able to merge it.

Fixed a bug where the group and label of a Holomap would get messed u…
@drs251
Copy link
Contributor Author

drs251 commented Feb 10, 2017

@philippjfr I've managed to update personal fork and merge the PR there, but I can't figure out how to modify this PR to the main repo - or should I make a completely new PR? (Sorry, GitHub is kind of new to me...)

Update element-operation-fix
@drs251
Copy link
Contributor Author

drs251 commented Feb 10, 2017

@philippjfr Never mind, I think i figured it out, but the test is still failing for some reason... 😦

@philippjfr
Copy link
Member

@drs251 Perfect thanks! The test failure is expected, we test the output of all our tutorial notebooks and one of them has changed slightly with this PR. I'm about to rebuild the test data and then merge.

@philippjfr
Copy link
Member

Sorry again, it seems your merges weren't quite right. Perhaps the easiest thing would be to reopen the PR starting with current master. Alternatively I'd be happy to resubmit the PR myself, you'd still be the commit author, but I don't want to steal the glory of your first merged PR.

Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants