CRZbulabula commented on code in PR #17327:
URL: https://github.com/apache/iotdb/pull/17327#discussion_r3020717080


##########
integration-test/src/test/java/org/apache/iotdb/ainode/utils/AINodeTestUtils.java:
##########
@@ -60,35 +60,36 @@ public class AINodeTestUtils {
               new AbstractMap.SimpleEntry<>(
                   "moirai2", new FakeModelInfo("moirai2", "moirai", "builtin", 
"active")),
               new AbstractMap.SimpleEntry<>(
-                  "toto", new FakeModelInfo("toto", "toto", "builtin", 
"active")))
+                  "toto", new FakeModelInfo("toto", "toto", "builtin", 
"active")),
+              new AbstractMap.SimpleEntry<>(
+                  "patchtst_fm", new FakeModelInfo("patchtst_fm", 
"patchtst_fm", "builtin", "active")))

Review Comment:
   @karthikreddy-02 The ModelManageIT should be fixed, and you should rebase 
the latest master code.



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