[LPD] [Correct] Ignore missing sources when finding memory cell patterns
Compare changes
+ 6
− 2
@@ -4,7 +4,7 @@ from typing import Optional
@@ -15,7 +15,11 @@ def get_mem_cell_pattern(run, sources) -> np.ndarray:
This came up with p6936 r117; for some reason some LPD modules were entirely missing from the run (no files created), and then the notebook fails in this function before finding constants, whereas it should be able to still correct the data that is there.
Interactively in the LPD correction notebook.