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

minor...

parent bd5e9f02
No related branches found
No related tags found
No related merge requests found
......@@ -557,7 +557,8 @@ class IcingIntensityFCN:
# For testing, make better
# print('total: ', len(tst_idxs))
# keep = flt_alt > 3000
# 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)
......
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