Skip to content

Commit

Permalink
Infer correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dm13450 committed Jul 16, 2020
1 parent 586f103 commit 73d75b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using HawkesProcesses
using Distributions
using Test

inferTests = Bool(Int(get(ENV, "INFER_TESTS", "1")))
inferTests = Bool(parse(Int64, get(ENV, "INFER_TESTS", "1")))

my_tests = ["event_difference_test.jl",
"parent_probabilites_test.jl",
Expand Down

0 comments on commit 73d75b9

Please sign in to comment.