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
Fix session_list to return tuple of (session_references, session_list)
The method previously returned a single list, causing a ValueError when
unpacking into two variables (sessrefs, sesslist = D.session_list()).
Now returns a tuple matching the MATLAB convention.
https://claude.ai/code/session_011dfeoCuRP6gCP6R9FYk2rH
0 commit comments