Skip to content

Commit

Permalink
BUG: Enforce new-style division. (Fixes Unidata#276)
Browse files Browse the repository at this point in the history
This was causing differences in tests between Python 2 and 3.
  • Loading branch information
dopplershift committed Dec 7, 2016
1 parent e2bb82d commit 24b24b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metpy/plots/_mpl.py
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the BSD 3-Clause License.
# SPDX-License-Identifier: BSD-3-Clause
"""Functionality that we have upstreamed or will upstream into matplotlib."""
from __future__ import division

# See if we should monkey-patch Barbs for better pivot
import matplotlib
Expand Down

0 comments on commit 24b24b5

Please sign in to comment.