Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Aug 14, 2024
1 parent 7e57378 commit 00dee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiAware/src/EpiAwareUtils/SafePoisson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end
SafePoisson() = SafePoisson{Float64}(1.0)

# helper functions
_poisson(d::SafePoisson) = Poisson(d.λ; check_args=false)
_poisson(d::SafePoisson) = Poisson(d.λ; check_args = false)

# ineffiecient but safe floor function to integer, which can handle large values of x
function _safe_int_floor(x::Real)
Expand Down

0 comments on commit 00dee99

Please sign in to comment.