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

snapshot...

parent cb725f20
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ class IcingIntensityFCN:
# elif l1b_or_l2 == 'l2':
# self.train_params = train_params_l2_night
self.train_params = get_training_parameters(day_night=day_night, l1b_andor_l2=l1b_or_l2, satellite=satellite)
self.train_params, self.train_params_l1b, self.train_params_l2 = get_training_parameters(day_night=day_night, l1b_andor_l2=l1b_or_l2, satellite=satellite)
self.train_data = None
self.train_label = None
......
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