A unified framework for tabular probabilistic regression, time-to-event prediction, and probability distributions in python
BSD 3-Clause "New" or "Revised" License
250
stars
46
forks
source link
[ENH] differential testing for CI tests #435
Closed
fkiraly closed 4 months ago
This PR introduces differential testing for the CI tests, i.e., running tests only if the object or module they test has been changed.
benchmarking
only if anything in the module has changed, or inmetrics
datatypes
only if anything in the module has changedutils
only if anything in the module has changedAlso makes the following changes
test_polars
todatatypes
, the module it tests - FYI @julian-fong