JakobGM / patito

A data modelling layer built on top of polars and pydantic
MIT License
270 stars 23 forks source link

fix: retrieve the correct bound properties #16

Closed ion-elgreco closed 5 months ago

ion-elgreco commented 12 months ago

This closes: https://github.com/JakobGM/patito/issues/13

Doing .get() or .get() always returns None, so that's why the boundaries were not properly retrieved.