Skip to content

Commit

Permalink
fix missing import for chunking. (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan authored Aug 28, 2024
1 parent ec22aec commit d6924f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlio_benchmark/data_generator/hdf5_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import h5py
import numpy as np
import math # is needed for chunking case.

from dlio_benchmark.common.enumerations import Compression
from dlio_benchmark.data_generator.data_generator import DataGenerator
Expand Down

0 comments on commit d6924f3

Please sign in to comment.