shawnrhoads/pyEM

[Issue]: LME Printing Error

blairshevlin opened this issue · 0 comments

Description

When using LME instead of NPL to estimate, there's an error where it is looking print info related to NPL

Need to change:
if sum(NPL[:,iiter]) <= min(NPL_list):

to

if LME[iiter] <= min(LME_list):

Please select any relevant labels.

No response

Other information

No response