Skip to content

Commit

Permalink
further teeny-tiny doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Jul 19, 2023
1 parent 040391e commit c5a4c37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/space_heat_demand/zone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,7 @@ fn temp_operative(

/// Close-enough port of numpy's isclose function for use here
///
/// Returns a single booleans where two arrays are element-wise all equal within a
/// tolerance.
/// Returns a single boolean where two arrays are element-wise all equal within a tolerance.
///
/// See [docs for numpy.isclose](https://docs.rs/is_close/latest/is_close/)
pub fn isclose(a: &Vec<f64>, b: &Vec<f64>, rtol: Option<f64>, atol: Option<f64>) -> bool {
Expand Down

0 comments on commit c5a4c37

Please sign in to comment.