Skip to content

Commit

Permalink
Remove no longer existing method that lead pytest to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Oct 28, 2024
1 parent 934d153 commit 2f79ef5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pineappl_py/src/subgrid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,6 @@ impl PySubgridEnum {
pub fn into(&self) -> Self {
self.clone()
}

/// Return the array of mu2 objects.
#[must_use]
pub fn static_scale(&self) -> Vec<PyMu2> {
self.subgrid_enum
.static_scale()
.iter()
.cloned()
.map(|mu2| PyMu2 { mu2 })
.collect()
}
}

/// Register submodule in parent.
Expand Down

0 comments on commit 2f79ef5

Please sign in to comment.