From 0a8fc08ec17bb671fd9d01d5ad3675b8453a3901 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Wed, 10 Jun 2015 15:12:34 +1000 Subject: [PATCH] Specify ndimage as ndi import convention ... in CONTRIBUTING.txt for future contributions. --- CONTRIBUTING.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 0fa66ddd..9b1df551 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -145,6 +145,7 @@ Stylistic Guidelines import numpy as np import matplotlib.pyplot as plt + from scipy import ndimage as ndi cimport numpy as cnp # in Cython code