Simon Adorf
Simon Adorf
**[Original report](https://bitbucket.org/glotzer/signac-flow/issue/23) by Bradley Dice (Bitbucket: [bdice](https://bitbucket.org/bdice), GitHub: [bdice](https://github.com/bdice)).** ---------------------------------------- Suggested by @zhou-pj: Submit jobs across environments, such as being able to submit on both flux and comet from one...
**[Original report](https://bitbucket.org/glotzer/signac-flow/issue/14) by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- # About This is a proposal for the integration of features into signac-flow that would simplify provenance management and...
Issue to track hypothesis test failures. ```[tasklist] ### Tasks - [ ] [test_logistic_regression_unscaled](https://github.com/rapidsai/cuml/actions/runs/5541030128/jobs/10113904057) - [ ] [test_logistic_regression_model_digits](https://github.com/rapidsai/cuml/actions/runs/5554023930/jobs/10143320221) - [ ] [test_logistic_regression_predict_proba](https://github.com/rapidsai/cuml/actions/runs/5584582744/job/15123636858) ``` _To report new issues, simply comment with a...
As required by [cuml's development guide](https://github.com/rapidsai/cuml/blob/61f85a6717d4d498ac5bb0815ca084c5f151fb00/wiki/python/DEVELOPER_GUIDE.md#creating-python-estimator-wrapper-class), estimator classes must adhere to the API and implementation guidelines [put forth by scikit-learn](https://scikit-learn.org/stable/developers/develop.html#estimators) to maximize compatibility. Those guidelines require that estimators are initialized...
When maintaining xfail lists for different test suites, it's easy for the lists to become out of sync with the actual tests. This can happen when tests are renamed, removed,...
This PR adds an auto-formatter for xfail lists to ensure consistent formatting and sorting. It includes a pre-commit hook to automatically format xfail lists on commit. Closes https://github.com/rapidsai/cuml/issues/6893
This partially reverts commit 9379c883e7dbb3333d94816f9582bcb8cf0755f5, removing the xfail markers from tests in test_simpl_set.py that were related to Python 3.13.4 compatibility issues. Closes https://github.com/rapidsai/cuml/issues/6867
The current xfail list contains inconsistencies and outdated entries that need cleanup to ensure reliable test execution and maintainability. This important for continuous maintenance and ensuring utility of the list....