Skip to content

Commit

Permalink
make this public
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Dec 29, 2024
1 parent 084f59b commit b1554b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferritin-onnx-models/src/models/ligandmpnn/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b1554b7

Please sign in to comment.