Skip to content

Commit

Permalink
fix serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmueboe committed Oct 28, 2024
1 parent 51a92c7 commit 42b8ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gridcounts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ impl GridCounts {
self.counts = counts;
self.shape = shape;
self.resolution = resolution;
self.set_n_threads(n_threads)?;
self.set_n_threads(Some(n_threads))?;

Ok(())
}
Expand Down

0 comments on commit 42b8ef7

Please sign in to comment.