You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should write a test to avoid the construct of properties that rely on other properties that do not depend on any other trait (mainly when calculating the digest!). The following example does not trigger any notification (same digest, although property value changes):
We should write a test to avoid the construct of properties that rely on other properties that do not depend on any other trait (mainly when calculating the digest!). The following example does not trigger any notification (same digest, although property value changes):
results in
_9d4ea2a37415bda19695e6210cf513a0 _9d4ea2a37415bda19695e6210cf513a0
Fortunately, such constructs hardly exist, but we should ensure they don't exist. Found it in
LineGrid
(size
trait)MergeGrid
(grid_digest
trait)GenericSignalGenerator
(numsamples
trait)TimeSamples
(_datachecksum
trait)PowerSpectra
(calib
trait)SpatialInterpolator
(mics_virtual
trait)which indeed creates problems:
Output:
The text was updated successfully, but these errors were encountered: