We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first discovered on the branch: 23b714c
$ make build-ingestion-config git:(tsmith/linkml|●1✚4-2…1 rm -f core/v1.1.0/codegen/metadata_materialized.yaml rm -f core/v1.1.0/codegen/metadata_models.py rm -f ingestion_config/v1.0.0/codegen/ingestion_config_models_materialized.yaml rm -f ingestion_config/v1.0.0/codegen/ingestion_config_models.py rm -f ingestion_config/v1.0.0/codegen/ingestion_config_models.schema.json python3 schema.py materialize core/v1.1.0/metadata.yaml core/v1.1.0/common.yaml core/v1.1.0/codegen/metadata_materialized.yaml python3 schema.py materialize ingestion_config/v1.0.0/ingestion_config_models.yaml core/v1.1.0/common.yaml ingestion_config/v1.0.0/codegen/ingestion_config_models_materialized.yaml linkml generate pydantic --black core/v1.1.0/codegen/metadata_materialized.yaml > core/v1.1.0/codegen/metadata_models.py ValueError: The ifabsent value `float(1)` of the `aligned_tiltseries_binning` slot could not be processed make: *** [build-ingestion-config] Error 1
make build-ingest-config -C ./schema
Pin the linkml version to 1.8.2.
I suspect it's related to this recent change linkml/linkml#2175
The text was updated successfully, but these errors were encountered:
No branches or pull requests
first discovered on the branch: 23b714c
Error
Steps to reproduce
make build-ingest-config -C ./schema
Work around
Pin the linkml version to 1.8.2.
Note:
I suspect it's related to this recent change linkml/linkml#2175
The text was updated successfully, but these errors were encountered: