TheoChem-VU / TCutility

Utility functions/classes for the TheoCheM programs
https://theochem-vu.github.io/TCutility/
MIT License
6 stars 0 forks source link

Fixed a `timer` runtimewarning that occurs when a function was not called #307

Closed YHordijk closed 3 months ago

YHordijk commented 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.