Closed YHordijk closed 3 months ago
In cases where a function that was tracked using the tcutility.timer class was not called during the runtime there would be a userwarning originating from a numpy.mean call. This PR fixes that.
tcutility.timer
numpy.mean
In cases where a function that was tracked using the
tcutility.timer
class was not called during the runtime there would be a userwarning originating from anumpy.mean
call. This PR fixes that.