Skip to content
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

Nested data loader #1822

Merged
merged 8 commits into from
Jul 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
delete comments
  • Loading branch information
SunsetWolf committed Jul 5, 2024
commit 6c2fa0fc71f00c1e7ca06e1138745d3b229e72ce
1 change: 0 additions & 1 deletion tests/data_mid_layer_tests/test_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def test_nested_data_loader(self):
for col in Alpha360DL.get_feature_config()[1]:
assert col in columns_list

# 断言标签也包含在数据中
assert "LABEL0" in columns_list

# Then you can use it wth DataHandler;
Expand Down
Loading