Giorgio

Results 6 comments of Giorgio

@pnearing hey man, since you're working on that section already, would you mind swapping this piece out while you're in there? ``` if points: x1 = x2 = y1 =...

@joereynolds dict() and list() are done, both added to my PR

@mraspaud absolutely nothing, I'm going to remove these edit: I’ve removed all of the _vectorized wrapper methods. While they offered an array-friendly API, they didn't provide true performance. I'm convinced...

@djhoese I usually run `mypy --strict`, but it throws a ton of errors. Do you use a specific mypy command? If not, I can just strip out the typing so...

@djhoese yeah, I created 2 typehints, but I have fixed both ``` pyorbital/orbital.py:458: error: Argument 1 to "__call__" of "_UFunc_Nin1_Nout1" has incompatible type "Any | None"; expected "complex | str...