Skip to content

Commit

Permalink
Remove DCP from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Falkiewicz committed Feb 9, 2024
1 parent cbf733d commit db04019
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def test_NRE():
BNRELoss(estimator),
CNRELoss(estimator),
BCNRELoss(estimator),
DCPNRELoss(estimator, prior),
]

for loss in losses:
Expand Down Expand Up @@ -133,8 +132,6 @@ def test_NPELoss():

losses = [
NPELoss(estimator),
DCPNPELoss(estimator),
DCPNPELoss(estimator, proposal=prior),
]

for loss in losses:
Expand Down

0 comments on commit db04019

Please sign in to comment.