-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support dataset module for iotdb in ainode #15686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL
return AINodeDescriptor().get_config().get_ain_data_storage_cache_size() != 0 | ||
|
||
|
||
class IoTDBTreeModelDataset(BasicDatabaseForecastDataset): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is cratical to explain how ur classes will interact with the caller. Plz add some annotations to the provided interfaces of these classes. BTW, the name iotdb.py
seems conflict with our main project, I think the iotdb_dataset.py
is better.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #15686 +/- ##
============================================
- Coverage 39.17% 39.14% -0.04%
Complexity 198 198
============================================
Files 4835 4835
Lines 314122 314125 +3
Branches 39398 39393 -5
============================================
- Hits 123066 122966 -100
- Misses 191056 191159 +103 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It's just a demo function require more optimaztion/