Skip to content

Commit a8a49f7

Browse files
miguelmartin75facebook-github-bot
authored andcommitted
fix import bug in insights (#523)
Summary: Pull Request resolved: #523 Bug introduced when converting to absolute imports. This bug occurs when calling `AttributionVisualizer.render` (line of interest: https://fburl.com/llsznt50). This method is not covered in unit tests hence why it passed. Reviewed By: NarineK Differential Revision: D24912325 fbshipit-source-id: c56b70f4da81eb60dce7723f0cd28b3d8cbe046c
1 parent 8cd1c64 commit a8a49f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captum/insights/attr_vis/widget/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from captum.insights.attr_vis.widget import * # noqa
21
from captum.insights.attr_vis.widget._version import __version__, version_info # noqa
2+
from captum.insights.attr_vis.widget.widget import * # noqa
33

44

55
def _jupyter_nbextension_paths():

0 commit comments

Comments
 (0)