Skip to content

Commit 625e362

Browse files
author
Pedro Arruda
committed
pickling works again
1 parent 843d4cb commit 625e362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "ppca"
2+
name = "ppca_rs"
33
version = "0.1.0"
44
edition = "2021"
55

src/python_bindings.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl InferredMaskedBatch {
110110
}
111111

112112
#[pyclass]
113-
#[pyo3(name = "PPCAModel", module = "ppca")]
113+
#[pyo3(name = "PPCAModel", module = "ppca_rs")]
114114
#[derive(Debug, Clone)]
115115
struct PPCAModelWrapper(PPCAModel);
116116

0 commit comments

Comments
 (0)