You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap the calls to single_morph() in a try-catch. Need to remove that entry from list of plotted items generated by sort-by if applicable. Throw error if all morphs fail.
Problem
See title.
Proposed solution
Wrap the calls to
single_morph()in a try-catch. Need to remove that entry from list of plotted items generated bysort-byif applicable. Throw error if all morphs fail.