Skip to content

Commit

Permalink
bruteforce calculated as string
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Oct 15, 2024
1 parent 16f0310 commit a0ff279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quanta/trade/bruteforce.clj
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
(spit report-filename
(pprint-str {:label label
:template-id template-id
:calculated (t/instant)
:calculated (str (t/instant))
:algo (safe-algo algo)
:variations variations
:result result}))))
Expand Down

0 comments on commit a0ff279

Please sign in to comment.