Skip to content
Snippets Groups Projects
Commit 0e93a891 authored by tomrink's avatar tomrink
Browse files

minor...

parent 61cf8398
Branches
No related tags found
No related merge requests found
......@@ -306,6 +306,7 @@ class IcingIntensityNN:
time = self.h5f_tst['time']
tst_idxs = np.arange(time.shape[0])
self.num_data_samples = len(tst_idxs)
if seed is not None:
np.random.seed(seed)
np.random.shuffle(tst_idxs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment