Skip to content

Commit 0c6fcee

Browse files
committed
snapshot for 2026-01-19
1 parent 8e41754 commit 0c6fcee

File tree

7 files changed

+62311
-9
lines changed

7 files changed

+62311
-9
lines changed

.github/workflows/generate-files.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ jobs:
6363
6464
echo "snapshot_dir=snapshots_release" >> $GITHUB_ENV
6565
66-
- name: Prepare 2026-01-12 files for Release
67-
id: prepare_files_2026-01-12
66+
- name: Prepare 2026-01-19 files for Release
67+
id: prepare_files_2026-01-19
6868
run: |
69-
mkdir -p snapshots_release/snapshot_2026-01-12
70-
echo "Copying snapshot data files for 2026-01-12..."
71-
find outputs/snapshots/2026-01-12 inputs/snapshots/2026-01-12 -type f -name "*.csv" \
72-
-exec cp {} snapshots_release/snapshot_2026-01-12/ \; \
69+
mkdir -p snapshots_release/snapshot_2026-01-19
70+
echo "Copying snapshot data files for 2026-01-19..."
71+
find outputs/snapshots/2026-01-19 inputs/snapshots/2026-01-19 -type f -name "*.csv" \
72+
-exec cp {} snapshots_release/snapshot_2026-01-19/ \; \
7373
-exec echo "Copied: {}" \;
74-
for file in snapshots_release/snapshot_2026-01-12/*.csv; do
75-
mv "$file" "snapshots_release/2026-01-12_$(basename "$file")"
74+
for file in snapshots_release/snapshot_2026-01-19/*.csv; do
75+
mv "$file" "snapshots_release/2026-01-19_$(basename "$file")"
7676
done
7777
7878
echo "snapshot_dir=snapshots_release" >> $GITHUB_ENV

inputs/snapshots/2026-01-19/rbpo.csv

Lines changed: 13314 additions & 0 deletions
Large diffs are not rendered by default.

inputs/snapshots/2026-01-19/si_2018.csv

Lines changed: 20628 additions & 0 deletions
Large diffs are not rendered by default.

inputs/snapshots/2026-01-19/si_2024.csv

Lines changed: 8263 additions & 0 deletions
Large diffs are not rendered by default.

inputs/snapshots/2026-01-19/ss_2018.csv

Lines changed: 13802 additions & 0 deletions
Large diffs are not rendered by default.

inputs/snapshots/2026-01-19/ss_2024.csv

Lines changed: 6295 additions & 0 deletions
Large diffs are not rendered by default.

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_config():
2929
# List of valid snapshots to run
3030
snapshots_list = [
3131
'2025-03-01',
32-
'2026-01-12'
32+
'2026-01-19'
3333
]
3434

3535
csv_urls = {

0 commit comments

Comments
 (0)