Skip to content
Snippets Groups Projects
Commit 49ce8e5d authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 93f50ff3
Branches
No related tags found
No related merge requests found
......@@ -579,12 +579,6 @@ class IcingIntensityFCN:
flt_alt = h5f['flight_altitude'][:]
tst_idxs = np.arange(time.shape[0])
# For testing, make better
# print('total: ', len(tst_idxs))
# keep = flt_alt < 3400
# # keep = np.logical_and(flt_alt > 8000, flt_alt < 15000)
# tst_idxs = tst_idxs[keep]
self.num_data_samples = len(tst_idxs)
self.get_test_dataset(tst_idxs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment