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

snapshot...

parent aa22e3ec
No related branches found
No related tags found
No related merge requests found
...@@ -555,6 +555,11 @@ class IcingIntensityFCN: ...@@ -555,6 +555,11 @@ class IcingIntensityFCN:
flt_alt = h5f['flight_altitude'][:] flt_alt = h5f['flight_altitude'][:]
tst_idxs = np.arange(time.shape[0]) tst_idxs = np.arange(time.shape[0])
# For testing, make better
# print('total: ', len(tst_idxs))
# keep = flt_alt > 3000
# tst_idxs = tst_idxs[keep]
self.num_data_samples = len(tst_idxs) self.num_data_samples = len(tst_idxs)
self.get_test_dataset(tst_idxs) self.get_test_dataset(tst_idxs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment