Skip to content

Commit

Permalink
Update BuildFile.xml
Browse files Browse the repository at this point in the history
Profit from cms-sw#41340
  • Loading branch information
iarspider authored and rbhattacharya04 committed Feb 21, 2024
1 parent 99f94a0 commit ee304f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PhysicsTools/PythonAnalysis/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<test name="testJupyter" command="testJupyter.sh"/>
<test name="testCorrectionlib" command="test_correctionlib.py"/>
<test name="testTorch" command="test_torch.py cpu"/>
<iftool name="cuda">
<test name="testTorchGPU" command="test_torch.py cuda:0"/>
</iftool>
<test name="testTorchGPU" command="test_torch.py cuda:0">
<use name="cuda"/>
</test>

<bin name="test_PyMVA" file="test_PyMVA.cpp">
<use name="rootpymva"/>
Expand Down

0 comments on commit ee304f4

Please sign in to comment.