Closed skymandr closed 1 year ago
lite osäker om det är ok det är [min,max] Ex {'TPlat',[-20,20], 'TPlon',[0,100], 'SZA', [90,110]}
If you are referring to the change Sequence[float, float]
to Sequence[float]
, then that is because the Sequence
type doesn't have a set length, only an element type (float
, in this case). I was confusing it with Tuple
, which can be more rigorously typed with regard to length. There are ways of getting around this limitation, but I think specifying "a sequence of floats" is enough. Feel free to disagree, however!
If you were referring to something else, please specify!
Fixes missing import.