pycroscopy / pycroscopy

Scientific analysis of nanoscale materials imaging data

Home Page:https://pycroscopy.github.io/pycroscopy/about.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Processing functions failing to find existing results

ramav87 opened this issue · comments

Calling SVD or NMF (or any decomposition method) twice with same parameters does not result in return of results on second pass. Note given is

Note: Decomposition has already been performed PARTIALLY with the same parameters. compute() will resuming computation in the last group below.

despite no changes to input parameters and completion of the decomposition. This needs to be remedied.

Fixed with this