Skip to content

Commit

Permalink
more samples in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Dec 31, 2024
1 parent 9fc28ea commit cbd87a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blop/tests/test_acqfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@pytest.mark.parametrize("agent", all_agents, indirect=True)
def test_analytic_acqfs(agent, RE, db, acqf):
agent.db = db
RE(agent.learn("qr", n=4))
RE(agent.learn("qr", n=16))
RE(agent.learn(acqf, n=1))
getattr(agent, acqf)

Expand All @@ -16,6 +16,6 @@ def test_analytic_acqfs(agent, RE, db, acqf):
@pytest.mark.parametrize("agent", all_agents, indirect=True)
def test_monte_carlo_acqfs(agent, RE, db, acqf):
agent.db = db
RE(agent.learn("qr", n=4))
RE(agent.learn("qr", n=16))
RE(agent.learn(acqf, n=1))
getattr(agent, acqf)

0 comments on commit cbd87a8

Please sign in to comment.