From a5ebebcd533657d98bef67edc93e706e0d700b6d Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Mon, 3 Jun 2024 14:55:52 -0300 Subject: [PATCH] suggest also increasing bin size if count is zero --- src/results.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/results.jl b/src/results.jl index dfb80d9e..f84e4e05 100644 --- a/src/results.jl +++ b/src/results.jl @@ -352,7 +352,7 @@ function finalresults!(R::Result, options::Options, trajectory::Trajectory) @warn begin """\n Ideal-gas histogram bins with zero samples. - Increase n_random_samples and/or number of trajectory frames. + Increase n_random_samples, number of trajectory frames, and/or bin size. """ end _file=nothing _line=nothing