Skip to content

Commit

Permalink
Merge pull request #59 from reichlab/issue_367
Browse files Browse the repository at this point in the history
create new prediction_types for mean and median
  • Loading branch information
matthewcornell committed Apr 8, 2024
2 parents ed19480 + e09238c commit 73ba759
Show file tree
Hide file tree
Showing 27 changed files with 87 additions and 1,439 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_job.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.6' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install pipenv
run: pip3 install pipenv
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -16,4 +16,4 @@ django = "*"
[dev-packages]

[requires]
python_version = "3.6"
python_version = "3.9"
84 changes: 0 additions & 84 deletions cli/bulk_data_load.py

This file was deleted.

181 changes: 0 additions & 181 deletions cli/bulk_data_load_schema.sql

This file was deleted.

63 changes: 0 additions & 63 deletions cli/bulk_data_query.py

This file was deleted.

0 comments on commit 73ba759

Please sign in to comment.