You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@penglongli I've also found an old PR (#33) trying to fix the same issue. Please consider merging one of them and creating a new release, or archiving the repository if you're no longer accepting contributions.
When initializing a Summary metric like this:
I get a nil pointer dereference with this error:
I've found that the
summaryHandler()
function is missing the initialization of themetric.vec
attribute as the other metric types do.I'll try the fix and open a PR in a bit.
The text was updated successfully, but these errors were encountered: