Julia Signell

Results 377 comments of Julia Signell

I can't reproduce this with a pre-existing env, such as you would find in the UI.

It would also be nice if you could enter other commands under requires in which case that command would run first.

I wonder if there would be way to use repo2docker for this purpose. We are already providing an environment that we test to make sure it continues to work.

The joblib solution seems like a good one. There is also some discussion of hashing going on in https://github.com/dask/dask/pull/6844 and https://github.com/dask/dask/pull/6843.

Just a note that the fixtures currently defined in conftest.py start with `test_` which is have pretty non-standard naming. I think something like `default_item` or `simple_item` or even just `item`...

Nice sleuthing. So we just wait with faiing tests or should we pin around it temporarily with the understanding that we will not release with a ceiling?

Leaving this open to track reverting https://github.com/stac-utils/pystac-client/pull/508 before release.

I think of `ItemCollection`s as more analogous to `Catalog`s than to `Collection`s. I guess I think that because you can represent items from more than one `Collection` in an `ItemCollection`....

Might be a good opportunity to tidy up how IO works a la https://github.com/stac-utils/pystac-client/issues/552#issuecomment-1609350294

I just came to this issue and tried to reproduce the original issue on main. It works as expected there, but I did see the behavior that Tom is describing...