Skip to content

Commit 6cba6f3

Browse files
OwTSNE: Pylint fixes
1 parent f7dbb03 commit 6cba6f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orange/widgets/unsupervised/tests/test_owtsne.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def test_modified_info_message_behaviour(self):
289289
)
290290

291291
def test_invalidation_flow(self):
292+
# pylint: disable=protected-access
292293
w = self.widget
293294
# Setup widget: send data to input with global structure "off", then
294295
# set global structure "on" (after the embedding is computed)

0 commit comments

Comments
 (0)