SciTools / biggus

:no_entry: [DEPRECATED] Virtual large arrays and lazy evaluation.
http://biggus.readthedocs.io/
GNU Lesser General Public License v3.0
54 stars 27 forks source link

Overlapping shared evaluation #28

Closed rhattersley closed 9 years ago

rhattersley commented 11 years ago

Compute the following with only one pass each of model1, model2, analysis.

mean_error1 = biggus.mean(model1 - analysis)
mean_error2 = biggus.mean(model2 - analysis)
e1, e2 = biggus.ndarrays([mean_error1, mean_error2])
rhattersley commented 9 years ago

This was fixed by the latest evaluation engine, as can be seen in #111.