Skip to content

Commit

Permalink
import numpy properly
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-shepherd committed Jun 20, 2024
1 parent b7e5e48 commit 7b0c9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcdf_examples/quantize_test/test_quantize.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import copy
import glob
import netCDF4
import numpy as np
import numpy
import os
import sys
import subprocess
Expand Down

0 comments on commit 7b0c9a8

Please sign in to comment.