Browse Source

Update latlonutils.py

To avoid FutureWarning, Function "Iterable" should import from collections.abc.
lon0
muchojp 5 years ago committed by GitHub
parent
commit
c1aa5facaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/wrf/latlonutils.py

2
src/wrf/latlonutils.py

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
from __future__ import (absolute_import, division, print_function)
from collections import Iterable
from collections.abc import Iterable
import numpy as np

Loading…
Cancel
Save