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
This means parameter-related issues can be very hard to spot - eg things like #738. Git blames me for this so I do too! We should change this to extra=forbid" and fix tests to work with this
Acceptance Criteria
set extra="allow" in MxBlueskyParameters
Fix all tests that this breaks
Add a test to confirm this works as expected
The text was updated successfully, but these errors were encountered:
Our top level parameter
BaseModel
, calledMxBlueskyParameters
, currently allows extra fields viaThis means parameter-related issues can be very hard to spot - eg things like #738. Git blames me for this so I do too! We should change this to
extra=forbid"
and fix tests to work with thisAcceptance Criteria
extra="allow"
inMxBlueskyParameters
The text was updated successfully, but these errors were encountered: