I have an array looking like this:
[array([268.95504761, -4.17598009, 404.12548828])
array([268.9979248 , -4.15205622, 404.09713745])
array([269.00808716, -4.14346504, 404.07214355])
array([280.63632202, -8.46781635, 398.50079346])
None
None
array([281.69018555, -9.98347282, 390.9984436 ])]
How do I remove the None lines? All method I found assumed the regular case of a normal 2D array containing some None elements.