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

snapshot...

parent 5462374f
No related branches found
No related tags found
No related merge requests found
...@@ -401,8 +401,8 @@ class IcingIntensityFCN: ...@@ -401,8 +401,8 @@ class IcingIntensityFCN:
nda = np.zeros([nd_idxs.size]) nda = np.zeros([nd_idxs.size])
nda[:] = self.flight_level nda[:] = self.flight_level
nda = tf.one_hot(nda, 5).numpy() nda = tf.one_hot(nda, 5).numpy()
nda = np.expand_dims(nda, axis=0) nda = np.expand_dims(nda, axis=1)
nda = np.expand_dims(nda, axis=0) nda = np.expand_dims(nda, axis=1)
return data, nda return data, nda
......
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