Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ogeagla committed Feb 7, 2024
1 parent 8eb5d52 commit 44dbc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/closyr/dataset/inputs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,3 @@
sketchpad-size*
(* 60
(rand))))}})

4 changes: 2 additions & 2 deletions src/closyr/symreg.clj
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@


(defn clamp-infinites
[doubles]
[doubles-coll]
(mapv (fn [v]
(cond
(infinite? v) 0.0
(> (abs v) 10e9) 0.0
:else v))
doubles))
doubles-coll))


(defn sort-population
Expand Down

0 comments on commit 44dbc6e

Please sign in to comment.