Skip to content

Commit

Permalink
MNT: remove extra colon
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed May 22, 2022
1 parent b65002e commit 01200c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyblp/results/problem_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def __init__(
# are hence often not serializable)
self._formatted_moments = None
if progress.moments.MM > 0:
self._formatted_moments = progress.moments.format("Estimated Micro Moments:", self.micro_values)
self._formatted_moments = progress.moments.format("Estimated Micro Moments", self.micro_values)

# if the reduced Hessian was computed, compute its eigenvalues and the ratio of the smallest to largest ones
self.reduced_hessian_eigenvalues = np.full(self._parameters.P, np.nan, options.dtype)
Expand Down

0 comments on commit 01200c9

Please sign in to comment.