iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[AINode] Update the class fields of IoTDB dataset

Open CRZbulabula opened this issue 7 months ago • 2 comments

The seq_len, input_token_len and output_token_len are required by each model, hence we clear up the class fields of dataset in this PR.

CRZbulabula avatar Jun 23 '25 05:06 CRZbulabula

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 39.11%. Comparing base (71563ed) to head (201c30e). Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #15799      +/-   ##
============================================
- Coverage     39.11%   39.11%   -0.01%     
  Complexity      198      198              
============================================
  Files          4837     4837              
  Lines        314760   314760              
  Branches      39516    39516              
============================================
- Hits         123122   123121       -1     
- Misses       191638   191639       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jun 23 '25 06:06 codecov[bot]