Results 377 comments of Kai Mühlbauer

@lucasnavisens Correct, the set_data-method is not overridden in Tube-Visual. We can assist you in adding it. PR welcome. Want to give it a try?

Dear David, thanks for all your work leading the project for almost 7 years now (see https://github.com/vispy/vispy/issues/1322). I've very much enjoyed the collaboration within the VisPy dev/maintainer team. All the...

The root cause of your issue is that the datasets are re-sorted before being combined: https://github.com/pydata/xarray/blob/cf3655968b8b12cc0ecd28fb324e63fb94d5e7e2/xarray/core/combine.py#L952-L955 The first line re-sorts the data_objects to [ds_1, ds_0] because `vars_as_keys` will give something...

It seems like the additional sorting is not needed at all.

Thanks @etienneschalk for reporting and sorry for the delay. Although the "suggest edit" button should be disabled, https://github.com/pydata/xarray/blob/b83aef65e711e490403a1e37c4e818d7b6c098bc/doc/conf.py#L388-L392 this obviously doesn't work anymore. I'm no Sphinx expert at all, leaving...

Seems like this if fixed upstream. At least @mathause's pure numpy reproducer works with latest numpy. Please reopen, if still relevant.

Thanks @staadecker for raising this and sorry for the delay. If this is still an issue please reopen with an MCVE.

Closing for now. If this is still an issue please reopen with updated information. Thanks!

@ohsqueezy Does this issue also show up, if just plain netCDF4 is used to open the files?