-
Notifications
You must be signed in to change notification settings - Fork 11
Compare to epicast #152
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
Merged
Merged
Compare to epicast #152
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
ab206b6
Added various hacks and changes to compare to Epicast:
stevenhofmeyr 5a7000e
added python script for comparing epicast and exaepi
stevenhofmeyr e83e016
fixed to properly use the transition probs of epicast
stevenhofmeyr 20d1300
dump agents in debug mode.
stevenhofmeyr b72f4ad
added household cluster and do it per community, not neighborhood
stevenhofmeyr fd1b4a6
initialize hh cluster for census
stevenhofmeyr cb0517f
hospitalize on day 2 (as per epicast), using hospital_delay to set
stevenhofmeyr 3a12c7e
used some macros to simplify parallel reductions
stevenhofmeyr c408aa4
fixed issue with dead become immune
stevenhofmeyr 6f440ad
Create a #define for enabling Epicast comparisons
stevenhofmeyr 3527ad9
converted quaryArray into a templated function
stevenhofmeyr 4c3f7a2
Made withdrawal compliance into arrays for days 0, 1, 2 with differen…
stevenhofmeyr 56a7318
Removed the AgeGroups_Hosp. Confusing and potential for error
stevenhofmeyr 09d11c0
Don't allow hospital treatment on first day
stevenhofmeyr 236c2f2
Very minor tweaks
stevenhofmeyr 935b503
Fixed incorrect use of fields for Epicast data. Needed the ones with …
stevenhofmeyr 001271a
include ventilated and icu in hosp counts for comparison to epicast
stevenhofmeyr e4889bf
Don't use epicast hack transition probabilities.
stevenhofmeyr cde880f
transit actions should be commented out
stevenhofmeyr ddfe642
cleaned up code related to neighborhoods
stevenhofmeyr 81101ab
Assign initial infections one at a time to spread more across communi…
stevenhofmeyr 54c1eae
A few changes to bring the code more in line with development
stevenhofmeyr c0aaaf4
minor tweak
stevenhofmeyr 6dde589
set defaults for several parameters to match the Epicast defaults
stevenhofmeyr 2989b2e
fixed GPU build issue
stevenhofmeyr e42c2d5
Fixed bug in plotfile writing
stevenhofmeyr 5c4590c
formatting fix
stevenhofmeyr c2139bc
fixed some build errors that show with c++20
stevenhofmeyr b412a98
default UrbanPop to inter-neighborhood definition of household clesters.
stevenhofmeyr 12c700e
Updated NM config file
stevenhofmeyr ab84932
Collecting more aggregate statistics by age.
stevenhofmeyr e24494f
removed unused variable
stevenhofmeyr a331b03
merging with development
atmyers 993482b
make sure to include hh_cluster fix
atmyers cdc8eb3
add more macros
atmyers b7de5dd
a few more fixes
atmyers ff52577
clang-tidy
atmyers 3045f02
Set hospital_random in setInfected call
stevenhofmeyr 0027394
Fixed incorrect number of ReduceOps
stevenhofmeyr 318d6f5
added missing initialization code
stevenhofmeyr 89c352a
Fixed plotting script for new outputs
stevenhofmeyr 25ba870
Updated work nborhood interactions to be more similar to home nborhoods
stevenhofmeyr b655c45
merged in development
stevenhofmeyr 0eb1372
minor tweak to script
stevenhofmeyr 45609b6
Added script for parsing epicast binary outputs
stevenhofmeyr 9bae18f
updated epicast comparison script
stevenhofmeyr 0bbf479
Enable plotting of multiple epicast and exaepi series for comparison.
stevenhofmeyr 30f143f
Updated cmake to fix build issue in devcontainer
stevenhofmeyr 7e2d04e
updated gitignore
stevenhofmeyr 1b77218
added scipy stats to requirements
stevenhofmeyr 65f85e1
added exact match to disease state transition probabilities for Epicast.
stevenhofmeyr af8f28b
minor formatting
stevenhofmeyr f7af9a5
disable epicast comparison by default
stevenhofmeyr a2bcf72
Fixed issue with counting of asymptomatic and presymptomatic
stevenhofmeyr f5325e5
updated clang format script for some edge cases
stevenhofmeyr 498fe85
default to NTRY+10 when epicast comparison is not defined. Updated py…
stevenhofmeyr eb31d2a
fixed formatting
stevenhofmeyr f5324a8
set default parameters to match those that work for Epicast matching
stevenhofmeyr 0c29b7a
Update requirements.txt
stevenhofmeyr 5f9649d
Update src/InteractionModWorkNborhood.H
stevenhofmeyr 324e329
set neborhood size default to 500 and workgroup size default to 20 to…
stevenhofmeyr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,3 +8,4 @@ docs/amrex-doxygen-web.tag.xml | |
| .build | ||
| src/version.h | ||
| reports | ||
| __pycache__ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,4 @@ | ||
| numpy~=1.15 | ||
| scipy | ||
| matplotlib | ||
| pandas | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.