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
It should be possible to pass data to the visualize function instead of having to call summarize each time.
Currently the visualize function is essentially limited to reading the data acquired during summarization step or reading from a file in a very specific location.
Suggest a small change to the function so that data can be passed as a parameter instead of read from self. The manager can then pass data this way too.
The text was updated successfully, but these errors were encountered:
I have the change ready, but for some reason am being hit with a "Pull request creation failed. Validation failed: must be a collaborator" error when I try to create the PR. I committed on a forked repo, trying to PR to main.
It should be possible to pass data to the visualize function instead of having to call summarize each time.
Currently the
visualize
function is essentially limited to reading the data acquired during summarization step or reading from a file in a very specific location.Suggest a small change to the function so that data can be passed as a parameter instead of read from
self
. The manager can then pass data this way too.The text was updated successfully, but these errors were encountered: