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

bugfix #266

Merged
merged 3 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
# DEBUG ONLY
- name: DEBUG - DUMP INFO
env:
changed-files: ${{ needs.validate_request.outputs.changes }}
changed-files: ${{ needs.validate_request.outputs.changed_files }}

run: |
echo ">>> FAILED JOB "
Expand Down
2 changes: 1 addition & 1 deletion previsioni/MOBS_MoldelB/2023_08.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ anno,settimana,luogo,tipo_valore,id_valore,orizzonte,valore
2017,45,02,quantile,0.15,2,1.178408746474164
2017,45,02,quantile,0.85,2,0.7310538458167399
2017,45,03,quantile,0.2,3,1.2339461539412016
2017,45,03,quantile,0.8,3,0.9824999998789800
2017,45,03,quantile,0.8,3,0.9824999998789807
Loading