Closed julianhess closed 3 years ago
Currently, WorkspaceManager.make_pairs is a destructive action: it will immediately modify the workspace.
WorkspaceManager.make_pairs
It's often useful to create a dataframe of pairs without actually updating the workspace's pair table. This PR adds that functionality.
Currently,
WorkspaceManager.make_pairs
is a destructive action: it will immediately modify the workspace.It's often useful to create a dataframe of pairs without actually updating the workspace's pair table. This PR adds that functionality.