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
The fpu input for GmosNITCInput (and the one for the south as well) support optional customMask and builtin fields. The idea, I believe, is that either one or the other should be specified. If I send an input with customMask: null and builtin defined, I get an empty response. If I remove the customMask: null entry though, I get the expected results.
This happens in a test case. Unfortunately I can't run the ITC locally and it fails for some other reason in production so I cannot confirm this.
The
fpu
input forGmosNITCInput
(and the one for the south as well) support optionalcustomMask
andbuiltin
fields. The idea, I believe, is that either one or the other should be specified. If I send an input withcustomMask: null
andbuiltin
defined, I get an empty response. If I remove thecustomMask: null
entry though, I get the expected results.This happens in a test case. Unfortunately I can't run the ITC locally and it fails for some other reason in production so I cannot confirm this.
The text was updated successfully, but these errors were encountered: