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
When fuzz testing the State wrapper with phet-io-wrappers/state/?sim=fourier-making-waves&phetioDebug&fuzz, this error occurs:
assert.js:25 Uncaught Error: Assertion failed: Property value not valid: value failed isValidValue: 5
at window.assertions.assertFunction (assert.js:25:13)
at Function.isValueValid (ValidatorDef.ts:326:39)
at validate (validate.ts:37:18)
at Property.ts:183:34
at TinyProperty.emit (TinyEmitter.ts:93:9)
at ZoomLevelProperty._notifyListeners (Property.ts:285:23)
at ZoomLevelProperty.set (Property.ts:217:14)
at ZoomLevelProperty.set value [as value] (Property.ts:355:10)
at listener (ZoomButtonGroup.ts:80:9)
at TinyEmitter.emit (TinyEmitter.ts:93:9)
Some problems:
ZoomLevelProperty is not instrumented.
In ZoomLevelProperty constructor, option isValidValue is not needed, that should be handled by option range:
When fuzz testing the State wrapper with
phet-io-wrappers/state/?sim=fourier-making-waves&phetioDebug&fuzz
, this error occurs:Some problems:
ZoomLevelProperty is not instrumented.
In ZoomLevelProperty constructor, option
isValidValue
is not needed, that should be handled by optionrange
:numberType: 'Integer'
.The text was updated successfully, but these errors were encountered: