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 committed Apr 20, 2023
1 parent 43e8f5f commit 070ac49
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 @@ -15,9 +15,9 @@
<test name="testhep_ml" command="testTheano.sh testhep_ml.py"/>
<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 070ac49

Please sign in to comment.