Skip to content

Commit

Permalink
remove unused math import, run v fmt -w .
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed May 21, 2024
1 parent 31c10b2 commit b66e4d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion inout/h5/hdf5_nix.c.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module h5

import arrays { flatten }
import math

type Hdf5HidT = i64
type Hdf5HsizeT = u64
Expand Down
2 changes: 1 addition & 1 deletion ml/knn.v
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub struct PredictConfig {
pub:
max_iter int
k int
to_pred []f64
to_pred []f64
}

// predict will find the `k` points nearest to the specified `to_pred`.
Expand Down

0 comments on commit b66e4d9

Please sign in to comment.