metawards / MetaWards

MetaWards disease metapopulation analysis and modelling software. Professional geographical SIR model with a flexible plugin architecture to support complex scenario modelling
https://metawards.org
GNU General Public License v3.0
13 stars 6 forks source link

Cython plugins can now import C functions that are part #173

Closed chryswoods closed 3 years ago

chryswoods commented 3 years ago

of metawards core. This is tested in tests/test_cython_iterator.py. tests/iterators/cython_iterator.pyx is an example of how to cimport metawards c functions.