UCL-EO / geog0111

UCL MSc coursenotes
http://www2.geog.ucl.ac.uk/~plewis/geog0111
GNU General Public License v3.0
16 stars 18 forks source link

Remove np.prod #5

Closed profLewis closed 3 years ago

profLewis commented 3 years ago

We use np.prod to get array size for multi d grids. Could simplify with using size.

Should add size to when shape is introduced in numpy.

profLewis commented 3 years ago

Done up to a point.