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

Fixes #2256 snapshot initial concentration issue #2267

Merged
merged 1 commit into from
Jul 30, 2022

Conversation

msevestre
Copy link
Member

No description provided.

@msevestre msevestre requested a review from Yuri05 July 29, 2022 21:41
var snapshotValueInBaseUnit = parameter.ConvertToBaseUnit(snapshot.Value);

if (!ValueComparer.AreValuesEqual(baseValue, snapshotValueInBaseUnit))
var (value, success) = parameter.TryGetValue();
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 am glad we introduced this TryGetValue in last release.

@msevestre msevestre merged commit 5fba6d3 into develop Jul 30, 2022
@msevestre msevestre deleted the 2256-snapshot-iniitlal-concentration branch July 30, 2022 12:27
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