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

snapshot...

parent 101a1b3a
Branches
No related tags found
No related merge requests found
......@@ -400,6 +400,8 @@ class IcingIntensityFCN:
nda = np.zeros([1])
nda[0] = self.flight_level
nda = tf.one_hot(nda, 5).numpy()
nda = np.expand_dims(nda, axis=0)
nda = np.expand_dims(nda, axis=0)
return data, nda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment