masahi commented on code in PR #10975:
URL: https://github.com/apache/tvm/pull/10975#discussion_r849099253


##########
tests/python/unittest/test_meta_schedule_post_order_apply.py:
##########
@@ -371,8 +371,8 @@ def test_meta_schedule_custom_search_space():
     )
     post_order_apply = PostOrderApply()
     post_order_apply.initialize_with_tune_context(context)
-    with pytest.raises(ValueError, match="Custom schedule rule not found"):
-        post_order_apply.generate_design_space(mod)
+
+    post_order_apply.generate_design_space(mod)

Review Comment:
   L375 is the missing custom schedule rule scenario. Previously it would raise 
error (caught by `with pytest.raises`).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to