Daniel Stoops

Results 30 comments of Daniel Stoops

Okay, thanks for the quick response. I'll continue using the LinearNDInterpolator as it does the job well. For completeness by *"interpolate each pair of points individually"* I meant the two...

The error `AttributeError: 'builtin_function_or_method' object has no attribute 'find'` is because the `getattr(db, self.recordClass.collection)` should be wrapped in a `str()`: ``` self.raw_records = str(getattr(db, self.recordClass.collection)).find(self.query, proj) ``` However, this raises...

This bug only occurs with the initialised values of TimePicker. Once the value has been changed to another time by the user the correct time is displayed.

There are some serious problems that require quick fixes for this package to remain usable in my opinion, specifically https://github.com/poliastro/czml3/pull/76, https://github.com/poliastro/czml3/issues/105. Once a maintainer is found I think these problems...

@astrojuanlu are there any other additions you'd like before a version bump? I've finished all the work that I had planned to do before a version bump. Also, I remember...

Quality checks have failed. I'll fix this and do another PR.

Thanks for letting me know. Still getting to grips with this! On Sun, 21 May 2023, 00:57 Juan Luis Cano Rodríguez, < ***@***.***> wrote: > No need to do another...

This patch fixes: - linting - Packet() creates SVG of Point() and Path() instead of Position() and PositionList() respectively

This push increases code coverage.

What do you mean exactly by canvas size and coordinates mangling? Sorry for my ignorance, I'm new to this so please be patient with me! The approach I followed is...