Eve Kovacs
Eve Kovacs
@shenmingfu @cavestruz Thanks, this looks very nice. I cannot see the plot in the notebook and I tried to look at the notebook with nbviewer but it didn't work for...
@shenmingfu @cavestruz There is a cosmoDC2 composite (add-on) catalog available with redmapper selected clusters and member galaxies. It is called cosmoDC2_v1.1.4_redmapper_v0.2.1py and should be accessible through GCR Catalogs. Could you...
Thanks Shenming, this is very nice. The units of 'halo_mass' from the GCR are indeed Msun. The catalog native halo mass is in units of Msun/h but the GCR reader...
@sfu @cavestruz I think that the conversion between M200m and M200c is not quite as simple as multiplying by the matter-density factor because you cannot assume that the radius of...
As an example, the update removed the following line from pyproject.toml: `addopts = "--import-mode=importlib"` and replaced it with `addopts = "--doctest-modules --doctest-glob=*.rst"` The latter line caused pytest to fail when...
I got past one of the unit test errors by pinning the version of numpy in pyproject.toml and requirements.txt, but now the CI test is failing because it is not...
Thank you. I will go ahead and try your suggestion and let you know. Also, how do I turn off test-lowest-version myself?
I tried adding requirements to pyproject.toml. It still failed. See [errors](https://github.com/ArgonneCPAC/diffaux/actions/runs/17330740530/job/49205882480?pr=70). I think the quickest way to fix this would be to turn off the test-lowest-version option. How do I...
OK, so removing the test-lowest-version section from the testing-and-coverage.yml worked! Now I just need to get the asv-pr test to work again.
@jeremykubica Thank you, I fixed those merge diffs and it's working. How did you know to look at the asv.conf.json file? The error message was not very helpful.