karthikreddy-02 commented on code in PR #17327:
URL: https://github.com/apache/iotdb/pull/17327#discussion_r3004784509
##########
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:
I have officially reverted AINodeTestUtils.java as requested! Thanks for
catching that.
--
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]