Skip to content

Commit

Permalink
Gzip import in pyOFM.py (#9)
Browse files Browse the repository at this point in the history
Gzip is not imported, which throws an error when `gzip.open()` is called.
  • Loading branch information
GodotMisogi authored Jun 9, 2020
1 parent fb0dc29 commit 3ae8857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyOFM.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import shutil
import numpy as np
from mpi4py import MPI
import gzip
from .pyOFMesh import pyOFMesh
try:
from collections import OrderedDict
Expand Down

0 comments on commit 3ae8857

Please sign in to comment.