Skip to content

114, fixing issue with default minimum frequency if minimum_frequency argument is a dict

Making the default minimum_frequency a Python int rather than a numpy.int64 if the minimum_frequency argument is a dictionary. This allows JSON to write that value to the results file, preventing result-file writing from terminating prematurely.

This MR closes #114 (closed).

Edited by Isobel Marguarethe Romero-Shaw

Merge request reports