NCAS-CMS / cfdm

A Python reference implementation of the CF data model
http://ncas-cms.github.io/cfdm
MIT License
28 stars 11 forks source link

Always import `numpy` as `np` #278

Closed davidhassell closed 9 months ago

davidhassell commented 1 year ago

For consistency, we should replace all import numpy with import numpy as np, and update all occurrences of numpy. with np..