From b1554b7a0b9e6e6ef6fb0471ee1fa462f8d9cd28 Mon Sep 17 00:00:00 2001 From: Zachary Charlop-Powers Date: Sun, 29 Dec 2024 16:45:37 -0500 Subject: [PATCH] make this public --- ferritin-onnx-models/src/models/ligandmpnn/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferritin-onnx-models/src/models/ligandmpnn/mod.rs b/ferritin-onnx-models/src/models/ligandmpnn/mod.rs index be8e1ba..f0d271d 100644 --- a/ferritin-onnx-models/src/models/ligandmpnn/mod.rs +++ b/ferritin-onnx-models/src/models/ligandmpnn/mod.rs @@ -38,7 +38,7 @@ pub enum ModelType { } impl ModelType { - fn get_paths(&self) -> (&'static str, &'static str, &'static str) { + pun fn get_paths(&self) -> (&'static str, &'static str, &'static str) { match self { ModelType::Protein => ( "zcpbx/proteinmpnn-v48-030-onnx",