You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Examples folder was removed in InstituteforDiseaseModeling/emod-api-old#752
* Modules pyyaml and graphviz are unused; numpy comes with matplotlib and scipy
* No need for parse library or prodict
* Link to testing documentation.
[](https://github.com/EMOD-Hub/emod-api/actions/workflows/build_test_ubuntu.yaml)
7
+
[](https://github.com/EMOD-Hub/emod-api/actions/workflows/build_test_windows.yaml)
8
8
9
9
## Documentation
10
10
@@ -27,20 +27,13 @@ To build the documentation locally, do the following:
27
27
28
28
### Linux
29
29
30
-
emod-api can use Snappy [de]compression (python-snappy, actually) as necessary if it is installed
31
-
which requires libdev-snappy (Debian/Ubuntu) or snappy-devel (RedHat/CentOS) on Linux.
30
+
emod-api can use Snappy [de]compression (python-snappy) as necessary if it is installed which requires libdev-snappy (Debian/Ubuntu) or snappy-devel (RedHat/CentOS) on Linux.
- User wants to be able to create a minimal working config.json for any sim type guaranteed to work with a given Eradication binary.
@@ -83,24 +76,19 @@ Output
83
76
84
77
### Running tests
85
78
86
-
`python3 tests/channel_reports.py`
87
-
`python3 tests/serialization.py`
88
-
`python3 tests/spatial_reports.py`
89
-
`python3 tests/weather_files.py`
79
+
Please see the documentation for [testing](/tests/README.md).
90
80
91
81
92
82
# Community
93
83
94
84
The EMOD Community is made up of researchers and software developers, primarily focused on malaria and HIV research.
95
-
We value mutual respect, openness, and a collaborative spirit. If these values resonate with you,
96
-
we invite you to join our EMOD Slack Community by completing this form:
85
+
We value mutual respect, openness, and a collaborative spirit. If these values resonate with you, we invite you to join our EMOD Slack Community by completing this form:
97
86
98
87
https://forms.office.com/r/sjncGvBjvZ
99
88
100
89
101
90
# Disclaimer
102
91
103
92
The code in this repository was developed by IDM and other collaborators to support our joint research on flexible agent-based modeling.
104
-
We've made it publicly available under the MIT License to provide others with a better understanding of our research and an opportunity to build upon it for
105
-
their own work. We make no representations that the code works as intended or that we will provide support, address issues that are found, or accept pull requests.
106
-
You are welcome to create your own fork and modify the code to suit your own modeling needs as permitted under the MIT License.
93
+
We've made it publicly available under the MIT License to provide others with a better understanding of our research and an opportunity to build upon it for their own work. We make no representations that the code works as intended or that we will provide support, address issues that are found, or accept pull requests.
94
+
You are welcome to create your own fork and modify the code to suit your own modeling needs as permitted under the MIT License.
0 commit comments