mehrdadh commented on code in PR #14003:
URL: https://github.com/apache/tvm/pull/14003#discussion_r1113413426


##########
tests/micro/arduino/test_arduino_workflow.py:
##########
@@ -95,7 +95,7 @@ def test_model_platform_templating(project_dir, project):
         # TVM causes the amount of memory needed to decrease.
         workspace_size = int(workspace_size_defs[0])
         assert workspace_size < 30000
-        assert workspace_size > 10000
+        assert workspace_size > 9000

Review Comment:
   yeah that's fine. If it was the upper bound I would've been concerned.



-- 
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