Commit 97679d2
committed
fix shared landmarks in DA, update test for correct gp_type="fixed" behavior
test_landmark_reuse_and_storage expected (25, 5) landmarks from a run with
n_landmarks=50 on 50 combined cells. That was only passing because mellon's
str-vs-enum bug silently ignored gp_type="fixed", causing compute_landmarks
to return None. With mellon>=1.7.1 the fix works and correctly returns all
50 cells, so the assertion now expects (50, 5).1 parent 99e7555 commit 97679d2
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
576 | 578 | | |
577 | 579 | | |
578 | 580 | | |
579 | 581 | | |
580 | 582 | | |
581 | | - | |
582 | | - | |
| 583 | + | |
| 584 | + | |
583 | 585 | | |
584 | 586 | | |
585 | 587 | | |
| |||
0 commit comments