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
Once cellxgene-schema 5.3 is released, when we update the data portal release to use 5.3, we'll want to update this call is_valid, errors, _ = self.schema_validator.validate_and_save_labels(local_filename, output_filename) in process_validate.py to is_valid, errors = self.schema_validator.validate_and_save_labels(local_filename, output_filename)
The text was updated successfully, but these errors were encountered:
Once cellxgene-schema 5.3 is released, when we update the data portal release to use 5.3, we'll want to update this call
is_valid, errors, _ = self.schema_validator.validate_and_save_labels(local_filename, output_filename)
inprocess_validate.py
tois_valid, errors = self.schema_validator.validate_and_save_labels(local_filename, output_filename)
The text was updated successfully, but these errors were encountered: