You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
I had some confusing problems while using the write method, and after some debugging realized that DB passed to the constructor is not used at all. On the other hand, the method write_points does use this DB, and I think this is the desired behaviour.
Is there any reason behing this? or it is just a bug?