From 81f193d0e46ace2e0af1ee85f0f4731b547525da Mon Sep 17 00:00:00 2001 From: Nick Frasser <1693461+nfrasser@users.noreply.github.com> Date: Mon, 27 May 2024 10:38:34 -0400 Subject: [PATCH] Fix: add v4.5 data types (#89) Including volume_multi type --- cryosparc/spec.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cryosparc/spec.py b/cryosparc/spec.py index 7c07bf16..764e80b9 100644 --- a/cryosparc/spec.py +++ b/cryosparc/spec.py @@ -36,6 +36,7 @@ "particle", "template", "volume", + "volume_multi", "mask", "live", "ml_model", @@ -43,6 +44,8 @@ "flex_mesh", "flex_model", "hyperparameter", + "denoise_model", + "annotation_model", ] """Supported data types for job inputs and outputs."""