zeno-ml / zeno-client

Python client for creating new Zeno projects and uploading data
https://zenoml.com/docs/intro/#creating-a-project
MIT License
8 stars 0 forks source link

fix: prevent auto-overwrite of project values #49

Closed Sparkier closed 10 months ago

Sparkier commented 10 months ago

Description

Prevents auto-overwrite of project fields: public, description, and samples_per_page.

They are now None by default.

Needs to be merged with https://github.com/zeno-ml/zeno-hub/pull/610