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
This issue that @evevkovacs encountered was due to the fact that the color cut implementation in the CLF test assumes the catalog does not iterate over redshift blocks. When a catalog iterates over redshift blocks, some blocks may not have the redshift ranges needed to determine the color cut, and hence results in error.
This can be fixed if the test first determine the color cut using all blocks.
The text was updated successfully, but these errors were encountered:
Wouldn't it be sufficient to have the test read in the catalog using the iterator (as in the dN/dz test)? This modification will have to be made for the test to work on cosmoDC2 in any case.
Sorry if I wasn't clear. The test is already using the iterator feature. However, it assumes that in each dataset that is being iterated over, low-z objects always exist. This is not the case for the cosmoDC2 reader as some datasets contain only high-z objects, and hence results in the test to break.
This issue that @evevkovacs encountered was due to the fact that the color cut implementation in the CLF test assumes the catalog does not iterate over redshift blocks. When a catalog iterates over redshift blocks, some blocks may not have the redshift ranges needed to determine the color cut, and hence results in error.
This can be fixed if the test first determine the color cut using all blocks.
The text was updated successfully, but these errors were encountered: