JakobGM / patito

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

fix: use str(Path) to define local OS path formatting for Windows #6

Closed hiddevdm closed 5 months ago

hiddevdm commented 1 year ago

use str(Path("1") / "1.parquet") instead of "1/1.parquet" for test assert values. The former will use double backslash between dir names when running on Windows.

thomasaarholt commented 5 months ago

We've now gotten rid of the database functionality. Thanks for the contribution though!