Skip to content

Commit

Permalink
modify the rate of each connection appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Dec 14, 2024
1 parent 65a462d commit 77548b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/circuit_diagrams.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
g/edges
(map-indexed
(fn [i [p q]]
(let [kind (dr/weighted {:wire 1 :ground 1 :resistor 1 :capacitor 1})]
(let [kind (dr/weighted {:wire 3 :ground 1 :resistor 2 :capacitor 2})]
(merge
{:id i
:kind kind
Expand Down

0 comments on commit 77548b8

Please sign in to comment.