Skip to content

Commit

Permalink
refault remove no voxels
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Nov 12, 2024
1 parent 92c57f6 commit d66fb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voxel/py.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct Voxels {
#[pymethods]
impl Voxels {
/// Converts the voxels type into a finite elements type.
#[pyo3(signature = (remove=[0].to_vec(), scale=[1.0, 1.0, 1.0], translate=[0.0, 0.0, 0.0]))]
#[pyo3(signature = (remove=[].to_vec(), scale=[1.0, 1.0, 1.0], translate=[0.0, 0.0, 0.0]))]
pub fn as_finite_elements(
&self,
remove: Option<Vec<u8>>,
Expand Down

0 comments on commit d66fb47

Please sign in to comment.