Skip to content

Commit

Permalink
push back instance warning
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Sep 4, 2023
1 parent 7ad8ed7 commit 32ded76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/tests/test_dasktable.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_domain_basic_stats(self):

def test_remind_us_of_instance_warning(self):
now = datetime.now()
if (now.year, now.month) >= (2023, 9):
if (now.year, now.month) >= (2024, 1):
iris = temp_dasktable("iris")
with self.assertWarns(expected_warning=UserWarning):
iris[1]
Expand Down

0 comments on commit 32ded76

Please sign in to comment.