Open-Systems-Pharmacology / OSPSuite.Core

Core functionalities of the Open Systems Pharmacology Suite
Other
5 stars 8 forks source link

Fixes #2310 Confusing behavior of comparison view when editing a distributed parameter in the individuals BB #2311

Closed rwmcintosh closed 2 months ago

rwmcintosh commented 2 months ago

Fixes #2310

Description

Changing the way differences in distribution types are shown during diff building.

I'm proposing that we do not compare the values if the distribution types are different. At the level of PathAndValueEntity we cannot calculate the ultimate parameter value since we need to recreate the parameter structure to get it. We do that in other places, but during comparison, I wonder if it's necessary.

Type of change

Please mark relevant options with an x in the brackets.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Reviewer checklist

Mark everything that needs to be checked before merging the PR.

Screenshots (if appropriate):

image

Questions (if appropriate):