Replies: 1 comment
-
update: Presence/absence of it does impact presence/absence of hangs and crashes - but that does not mean it is the cause. A suspicion I have is high memory usage caused by sth, and Any good ideas, e.g., how to do memory profiling of My current best guess is that
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, really great package! Excellent to speed up testing and/or distribute it.
I wanted to report some hard-to-diagnose issues on
sktime
(AI for time series package)https://github.com/alan-turing-institute/sktime
that ultimately made us remove it from the CI/CD.
Summary here:
sktime/sktime#2012
The individual problems in the remote CI/CD are as follows:
Precise condition and stochastic behaviour identified here: DRAFT for diagnosing CI/CD: smaller set of class tests test_all_estimators, instance tests all removed sktime/sktime#1949
pytest
test classes vs not, the precise condition is presence of the same tests in those classes, as opposed to functions. Problem described here: [ENH] test framework: test class for forecasting module sktime/sktime#1992I know this may be hard to track down, but it seems to touch very general useability of
pytest-xdist
.Happy to help in further identifying the problems, since we really would like to use
pytest-xdist
.Beta Was this translation helpful? Give feedback.
All reactions