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

DM-42201: Add flat metrics for mean, noise vs mjd and FP plots #308

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Alex-Broughton
Copy link

No description provided.

@Alex-Broughton Alex-Broughton force-pushed the tickets/DM-42201 branch 3 times, most recently from d597a35 to 9b34d29 Compare November 14, 2024 18:03
@@ -90,16 +91,19 @@ class SingleValueRepacker(KeyedDataAction):

def __call__(self, data: KeyedData, **kwargs) -> KeyedData:
repackedData = {}
uniquePanelKeys = list(set(data[self.panelKey]))
good = ~data[self.panelKey].mask
Copy link
Contributor

Choose a reason for hiding this comment

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

Unfortunately, I think (based on your jenkins failure), that you need to see if data is a numpy masked-array, and do the new thing, otherwise, default to the existing code. Hopefully that's not too difficult, and I'll re-check next week.

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.

2 participants