-
Notifications
You must be signed in to change notification settings - Fork 542
Reorganize Captum Insights code #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edward-io has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
af04138
to
8ec7c33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there are any major functionality changes, please let me know, but from glancing at this, it looks like this diff is mostly code separation. I think the code has been separated appropriately, and it should make it easier to work with and digest the JS code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edward-io has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
8ec7c33
to
c89ec36
Compare
@edward-io merged this pull request in 0f569f2. |
Summary: Some housekeeping to prepare for future changes. - Separate out React components into individual files - Switch from class based to function based components - Fix accessibility lint To test: Build the frontend code and use the Insights example. Additionally test using notebook. Pull Request resolved: pytorch#400 Differential Revision: D21969379 Pulled By: edward-io fbshipit-source-id: c8632359877df39a373b20bda2a03a3241163275
Summary: Some housekeeping to prepare for future changes. - Separate out React components into individual files - Switch from class based to function based components - Fix accessibility lint To test: Build the frontend code and use the Insights example. Additionally test using notebook. Pull Request resolved: pytorch#400 Differential Revision: D21969379 Pulled By: edward-io fbshipit-source-id: c8632359877df39a373b20bda2a03a3241163275
Summary: Some housekeeping to prepare for future changes. - Separate out React components into individual files - Switch from class based to function based components - Fix accessibility lint To test: Build the frontend code and use the Insights example. Additionally test using notebook. Pull Request resolved: pytorch#400 Differential Revision: D21969379 Pulled By: edward-io fbshipit-source-id: c8632359877df39a373b20bda2a03a3241163275
Some housekeeping to prepare for future changes.
To test:
Build the frontend code and use the Insights example. Additionally test using notebook.