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

Ensure Dimension clone copies all parameters #3580

Merged
merged 1 commit into from
Mar 26, 2019
Merged

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Mar 26, 2019

The onlychanged=True check in param doesn't appear to be working at least in some cases. So using redim in certain cases drops Dimension parameters on clone. It's also not clear to me why onlychanged was there in the first place, there shouldn't be any harm in passing all of them along.

Fixes #3561

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Mar 26, 2019
@jlstevens
Copy link
Contributor

I'm ok with this change but it sounds like the real fix would be to address this in param. I don't see why it should only be the changed params either so I'll go ahead and merge.

@jlstevens jlstevens merged commit 5a3c3df into master Mar 26, 2019
@philippjfr philippjfr deleted the dimension_clone_fix branch April 29, 2019 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants