Skip to content

Commit

Permalink
Merge branch 'NSLS-II:main' into plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmald authored Jan 2, 2025
2 parents a50dc91 + cbd87a8 commit 7f5fed5
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 7f5fed5

Please sign in to comment.