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

Add error bar intents #45

Merged
merged 44 commits into from
Oct 21, 2020
Merged

Add error bar intents #45

merged 44 commits into from
Oct 21, 2020

Conversation

ronpandolfi
Copy link
Contributor

No description provided.

ronpandolfi and others added 30 commits August 26, 2020 13:09
@ronpandolfi ronpandolfi linked an issue Oct 21, 2020 that may be closed by this pull request
@ronpandolfi ronpandolfi requested a review from ihumphrey October 21, 2020 19:56
@@ -125,7 +125,7 @@ def ingest_nxXPCS(paths):
'shape': (g2.shape[0],)},
'g2_roi_names': {'source': source,
'dtype': 'string',
'shape': []},
'shape': tuple()},
Copy link
Contributor

Choose a reason for hiding this comment

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

why does this need to be tuple() instead of []?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm don't think it has to be. I was doing a merge at the time and ran into a conflict between those options; chose tuple because shapes are tupley

Copy link
Contributor

Choose a reason for hiding this comment

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

just wondering 😄 I think that makes sense then; a tuple is more like a shape than a list since it can't grow...

@ronpandolfi ronpandolfi merged commit 00d6f79 into master Oct 21, 2020
@ronpandolfi ronpandolfi deleted the intents branch October 21, 2020 22:52
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.

g2 error bars
3 participants