summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Haldane <ealloc@gmail.com>2018-04-23 17:18:55 -0400
committerGitHub <noreply@github.com>2018-04-23 17:18:55 -0400
commit41f31a59491540281629c24e700a13d5bd481e1e (patch)
tree40af82ee1a9d2a2e21610a41b9532f76870d41d6
parente027086e51830d0a602a1c8c162ef35f510b8523 (diff)
parent31fd1d0b0ef68b38c2a2293e1bdf75bbce50f1ff (diff)
downloadnumpy-41f31a59491540281629c24e700a13d5bd481e1e.tar.gz
Merge pull request #10961 from ahaldane/backport_10869
(Backport 1.14.3) BUG: Fix encoding regression in ma/bench.py (Issue #10868)
-rw-r--r--numpy/ma/bench.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/ma/bench.py b/numpy/ma/bench.py
index b86197018..a9ba42dea 100644
--- a/numpy/ma/bench.py
+++ b/numpy/ma/bench.py
@@ -1,4 +1,6 @@
#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+
from __future__ import division, print_function
import timeit