dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
8 stars 2 forks source link

Fix broken optional arguments #306

Closed dchaley closed 1 month ago

dchaley commented 1 month ago

The conversion to pydantic introduced Optional[str] arg typing equal to a Field. Apparently that can cause issues?

Well anyhow, it didn't work. It wasn't able to initialize from a basic string 😩 (it did seem to handle being empty)

Fix-It !