GeoscienceAustralia / eqrm

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

hzd_do_value not interpolating smoothly #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

inputs like this (from test_hzd_do_valueIII);

        new_bedrock_SA = array([[10., 5.]])
        event_activity = array([1., 2.])                                
        return_rates = array([0.5, 1., 1.0000000000001, 2., 3., 3.5])  
gives;
10.10, 5, 7.5, 10, 0

not;
10., 10., 10., 7.5, 5., 0.   

Original issue reported on code.google.com by duncan.g...@gmail.com on 20 Mar 2013 at 12:48

GoogleCodeExporter commented 9 years ago
fixed in revision 1394

Original comment by duncan.g...@gmail.com on 20 Mar 2013 at 1:51