Skip to content

Commit

Permalink
Decrement number of partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Nov 7, 2024
1 parent e4d4d16 commit 4f94bcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/src/utils/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DATASET_DICT: dict = {
"0.0.1": {
"times": {
"partition_levels": 7,
"partition_levels": 6,
"public_file_columns": [
"centroid_type",
"origin_id",
Expand All @@ -21,7 +21,7 @@
],
},
"points": {
"partition_levels": 8,
"partition_levels": 7,
"public_file_columns": [
"centroid_type",
"point_type",
Expand All @@ -34,7 +34,7 @@
],
},
"missing_pairs": {
"partition_levels": 7,
"partition_levels": 6,
"public_file_columns": [
"centroid_type",
"origin_id",
Expand All @@ -46,7 +46,7 @@
],
},
"metadata": {
"partition_levels": 7,
"partition_levels": 6,
"public_file_columns": [
"centroid_type",
"run_id",
Expand Down

0 comments on commit 4f94bcd

Please sign in to comment.