Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TMVA] Add missing TMVA python dependencies to requirements.txt #15512

Merged
merged 2 commits into from
May 21, 2024

Conversation

guitargeek
Copy link
Contributor

@guitargeek guitargeek commented May 14, 2024

Closes #14553.

This PR adds the dependencies for the TMVA GNN unit tests to the
docker images via the requirements.txt. However, this will only have a
delayed effect until the images are re-built. Therefore, we can't
validate for now that the tests actually work.

Once the missing packages make it into the CI images, a PR should be
opened to revert this commit.

For the JsMVA dependency, we don't have to worry about anything.
The JsMVA tests have already been temporarily disabled by @dpiparo 7 years ago:
https://github.com/root-project/roottest/blame/master/python/JsMVA/CMakeLists.txt

Note: adding the new dependencies only grows the environment by 20 MB, which is less then 1 % of a size increase (the size of the environment is currently 2.3 GB).

Copy link

github-actions bot commented May 15, 2024

Test Results

    10 files      10 suites   2d 0h 8m 22s ⏱️
 2 635 tests  2 630 ✅ 0 💤 5 ❌
24 868 runs  24 863 ✅ 0 💤 5 ❌

For more details on these failures, see this check.

Results for commit 0f4962b.

♻️ This comment has been updated with latest results.

The last commit adds the dependencies for the TMVA GNN unit tests to the
docker images via the `requirements.txt`. However, this will only have a
delayed effect until the images are re-built. Therefore, we can't
validate for now that the tests actually work.

Once the missing packages make it into the CI images, a PR should be
opened to revert this commit.
Copy link
Member

@vepadulano vepadulano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good thank you!

@guitargeek guitargeek merged commit baf0923 into root-project:master May 21, 2024
12 of 14 checks passed
@guitargeek guitargeek deleted the issue-14553 branch May 21, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ROOT-10909] Add TMVA python dependencies to the requirements.txt
2 participants