We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d3fba commit c35a903Copy full SHA for c35a903
.github/workflows/catalog_preparation.yml
@@ -17,7 +17,7 @@ jobs:
17
timeout-minutes: 30
18
env:
19
OS: ubuntu-latest
20
- UNITXT_DEFAULT_VERBOSITY: error
+ UNITXT_DEFAULT_VERBOSITY: info
21
DATASETS_VERBOSITY: error
22
HF_HUB_VERBOSITY: error
23
HF_DATASETS_DISABLE_PROGRESS_BARS: "True"
tests/catalog/test_preparation.py
@@ -37,6 +37,10 @@
37
file for i, file in enumerate(all_preparation_files) if i % 12 == 0
38
]
39
40
+all_preparation_files = [
41
+ file for i, file in enumerate(all_preparation_files) if i % 12 == 10
42
+]
43
+
44
all_preparation_files = [
45
file for i, file in enumerate(all_preparation_files) if i % num_par == modulo
46
0 commit comments