Clay-foundation / model

The Clay Foundation Model (in development)
https://clay-foundation.github.io/model/
Apache License 2.0
262 stars 30 forks source link

Create data/minicubes directory if it doesn't already exist #160

Closed weiji14 closed 5 months ago

weiji14 commented 5 months ago

Prevents an AssertionError on the partial-inputs jupyter notebook when the data/minicubes folder doesn't exist, by just creating the folder!

Patches #149