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

Review for DM-3483: don't throw when transforming negative fluxes #24

Merged
merged 2 commits into from Aug 19, 2015

Conversation

TallJimbo
Copy link
Member

When transforming data to calibrated form for database ingest we should not
allow the process to be derailed by a negative flux measurement.

When transforming data to calibrated form for database ingest we should not
allow the process to be derailed by a negative flux measurement.
private:
bool _throwOnNegative;
};

Copy link
Member Author

Choose a reason for hiding this comment

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

I like this a lot. I'd like it even better if we could integrate it more closely with Calib, but I don't think that's appropriate for this ticket (it's more disruptive), so I've opened DM-3489 for that.

It so happens that these are RandomAccessIterators, so < works, but != is more
idiomatic and generic.
@jdswinbank jdswinbank merged commit 8062ff7 into master Aug 19, 2015
@ktlim ktlim deleted the tickets/DM-3483 branch August 25, 2018 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants