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
Because this is the component at index 1 with id 56 and has missing values for the fields c_aa and c_ba.
However when I use this function in my validation function I get the following output:
While using this function for the new asym_line input validation function I ran into a potential issue (or my misterpretation of this function).
Consider the following input data for aym_line:
by calling the
none_missing
function as follows:I would expect the function to return two `MissingValueError' instances that look like this:
Because this is the component at index 1 with id 56 and has missing values for the fields
c_aa
andc_ba
.However when I use this function in my validation function I get the following output:
This is unexpected as id
55
does not have a missing value forc_aa
andc_ba
.[EDIT @mgovers ]: This is a bug
Originally posted by @leovsch in #762 (comment)
The text was updated successfully, but these errors were encountered: