GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

EQRM is running slowly #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download a fresh copy of EQRM code.
2. Run EQRM without first running test_all.py or go_clean_test_all.py.

Output:

C extension polygon_ext.c cannot be opened
NOTICE: C-extension polygon_ext.c not used

EQRM will run slowly because the c code polygon_ext.c has not been compiled so 
the slower python code is used instead.
To fix this run test_all.py or go_clean_test_all.py before running EQRM.

Original issue reported on code.google.com by Vanessa....@gmail.com on 14 Sep 2012 at 5:42

GoogleCodeExporter commented 9 years ago

Original comment by Vanessa....@gmail.com on 14 Sep 2012 at 5:46