Skip to content

issues Search Results · language:Dune language:Python language:Java language:C# language:Java language:JavaScript

Filter by

61.1M results  (766 ms)

61.1M results

test/test_submitter.py is referenced by the README as the canonical usage example for Submitter, but it has hardcoded values from a previous maintainer s compute-canada account: - project_root_dir: ...

alphaex/submitter.py s Submitter class docstring lists total_num_jobs (int): total number of jobs to run as a parameter. There s no such parameter — the real one is job_list (a list of ints / (start, end) ...

alphaex/sweeper.py uses type(value) is dict in four places (set_num_combinations_helper, parse_helper, get_num_combinations, get_value_and_relative_idx). Idiomatic Python is isinstance(value, dict) — handles ...

alphaex/sweeper.py:89 has a fallback return num_values (a bare int) that runs only when idx exceeds the sum of all child combination counts. Every other return path from get_value_and_relative_idx yields ...

.github/dependabot.yml currently watches pip and github-actions but not the docker base image. With #11 we now have FROM debian:bullseye-slim in docker/Dockerfile.slurm — when bullseye eventually gets ...

.github/workflows/ci.yml runs pytest --cov=alphaex --cov-report=term-missing (from #8), but the coverage data dies with the runner. After #8 (sweeper) and #9 (submitter), alphaex/ is at 99% / 95% line ...

The CI workflow added in #7 and expanded in #11 runs on every PR, but the master branch doesn t currently require any of those checks to pass before merging — so a PR can technically land with a red local-slurm ...

Reproduce the bug and come up with a long term fix. For the cases when a customer has a unique domain for Laminar i.e. foo.BASE_DOMAIN instead of laminar.BASE_DOMAIN or analytics.BASE_DOMAIN. This is not ...
bug

See http://taxsim.nber.org/out2psl/986 PE shows an earned income credit of 1330. TA doesn t cover this, and I am unable to find a clear explanation of the phaseout for the WA earned income credit on 52380 ...
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.