File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Orange/widgets/unsupervised Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ def update_coordinates(self):
231231
232232
233233class invalidated :
234+ # pylint: disable=invalid-name
234235 pca_projection = affinities = tsne_embedding = False
235236
236237 def __set__ (self , instance , value ):
@@ -376,6 +377,7 @@ def error(err):
376377
377378 # `super().check_data()` clears all messages so we have to remember if
378379 # it was shown
380+ # pylint: disable=assignment-from-no-return
379381 should_show_modified_message = self .Information .modified .is_shown ()
380382 super ().check_data ()
381383
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments