Skip to content

Conversation

@christian-monch
Copy link
Contributor

@christian-monch christian-monch commented May 16, 2025

This PR adds a patch that fixes a problem that was discovered while converting between JSON non-empty relations to TTL using the schema https://concepts.inm7.de/s/simpleinput/unreleased.yaml.

The original code used a dictionary as the argument to the constructor of a Pydantic class, when it should have used the **-operator to convert the dictionary into keyword arguments.

This patch has been proposed for inclusion in linkml-runtime
in linkml/linkml-runtime#392.

This commit add a patch that fixes a problem that
was discovered while converting between JSON non-empty
`relations` to TTL using the schema
https://concepts.inm7.de/s/simpleinput/unreleased.yaml

The original code used a dictionary as argument to
the constructor of a pydantic-class, when it should
have used the **-operator to cnvert the dictionary
into keyword arguments.
@christian-monch christian-monch merged commit 4abb86a into psychoinformatics-de:main May 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant