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
since value is not returned in the function. Does this manipulate the array by reference? Then one can introduce 'none' for elements that do not have a correct type.
The text was updated successfully, but these errors were encountered:
The check_value function of https://github.com/izus-fokus/metadata2dataverse/blob/main/v1/models/Field.py accepts arrays and return false when one element does not match the correct type.
This ist too strong - it should just remove individual values in an array, that have an incorrect type.
It is also unclear what this lines do:
metadata2dataverse/v1/models/Field.py
Lines 80 to 81 in 9dbf218
since value is not returned in the function. Does this manipulate the array by reference? Then one can introduce 'none' for elements that do not have a correct type.
The text was updated successfully, but these errors were encountered: