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

Special cases: Produce yearly reports for all sections #306

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7720a46
loading some test data and creating some outputs
why-not-try-calmer Nov 27, 2023
1324ce9
format
why-not-try-calmer Nov 27, 2023
6006d4a
assertion
why-not-try-calmer Nov 27, 2023
53987ac
renamed
why-not-try-calmer Nov 27, 2023
68e87c3
2 not 4 reports
why-not-try-calmer Dec 4, 2023
9e424b0
test and testdata
why-not-try-calmer Dec 4, 2023
043a156
correct values in Count
why-not-try-calmer Dec 4, 2023
e7ac7f1
---
why-not-try-calmer Dec 4, 2023
a59d26e
correct expected values in tests
why-not-try-calmer Dec 4, 2023
d3f6bcc
ensure that created files are a multiple of sections numbers
why-not-try-calmer Dec 4, 2023
8313408
more assertions
why-not-try-calmer Dec 4, 2023
8d46a0f
typo in yearly
why-not-try-calmer Dec 4, 2023
43df5e0
250 files
why-not-try-calmer Dec 4, 2023
2d3bddf
yearly reports use only 1 section
why-not-try-calmer Dec 5, 2023
af99aed
50 weeks
why-not-try-calmer Dec 5, 2023
a7e51ed
added 'sections_ids' optional parameter to issue extra files in yearl…
why-not-try-calmer Dec 5, 2023
d26d33d
found a few mistakes in original code, adding fixes
why-not-try-calmer Dec 5, 2023
2a53d8d
valuesqueryset removed
why-not-try-calmer Dec 5, 2023
c417317
restoring a few original lines
why-not-try-calmer Dec 5, 2023
31d960b
asserting qs
why-not-try-calmer Dec 7, 2023
5afa166
limit sections to those whose lanes match a countdetail
why-not-try-calmer Dec 11, 2023
358fec0
count_detail
why-not-try-calmer Dec 11, 2023
50695c9
---
why-not-try-calmer Dec 11, 2023
0c3d140
---
why-not-try-calmer Dec 11, 2023
70a7945
---
why-not-try-calmer Dec 11, 2023
1ed5cd9
guarding off section with only 1 lane in statistics
why-not-try-calmer Dec 11, 2023
93f96d9
fixed test
why-not-try-calmer Dec 12, 2023
a369037
docstring
why-not-try-calmer Dec 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.idea
.docker/tests/
.docker/tests/screenshot.png
.env
.docker/
.env/
.vscode/settings.json
*.nix
*.log
**/__pycache__/
**/__pycache__/
testoutputs/
Loading