Commit ca8fb06
authored
FIX: ValueError
* Fix: ValueError `LQMarkov` with beta>0.972 (#508)
* add line breaks to comply with pep8
* add docstring for max_iter parameter in LQMarkov
* move max_iter to kwarg of stationary_values, fix docstring, and indents for pep8
* edit line break for style consistencyLQMarkov convergence failed (#550)1 parent 9d0fb5b commit ca8fb06
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
494 | 499 | | |
495 | 500 | | |
496 | 501 | | |
| |||
512 | 517 | | |
513 | 518 | | |
514 | 519 | | |
515 | | - | |
| 520 | + | |
| 521 | + | |
516 | 522 | | |
517 | 523 | | |
518 | 524 | | |
| |||
0 commit comments