Skip to content

Commit fd91b6b

Browse files
committed
little modify
1 parent ff1d77e commit fd91b6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bayesml/hiddenmarkovnormal/_hiddenmarkovnormal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,7 @@ def visualize_posterior(self):
379379
def get_p_params(self):
380380
return {'p_mu_vecs':self.p_mu_vecs,
381381
'p_nus':self.p_nus,
382-
'p_lambda_mats':self.p_lambda_mats,
383-
'p_lambda_mats_inv':self.p_lambda_mats_inv}
382+
'p_lambda_mats':self.p_lambda_mats}
384383

385384
def calc_pred_dist(self):
386385
pass

0 commit comments

Comments
 (0)