Skip to content

Commit

Permalink
Accidentally included in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema authored Nov 20, 2023
1 parent 0f4142e commit ab02d93
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/seacas/scripts/exodus3.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,11 +687,7 @@ def __init__(self, file, mode=None, array_type='ctype', title=None,
# the import only occurs if the user specifies a numpy array type.
# This way, platforms without numpy installed can still import the
# exodus.py module and just use ctype arrays.)
try:
import numpy as np
except ModuleNotFoundError as err:
# Error handling
print(err)
import numpy as np
self.np = np
self.use_numpy = True
# Warnings module is needed to suppress the invalid warning when
Expand Down

0 comments on commit ab02d93

Please sign in to comment.