Skip to content

Commit

Permalink
Update test_obs_and_responses_performance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren authored Dec 19, 2024
1 parent 8b3c273 commit 4a712cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def test_time_performance_of_joining_observations_and_responses(
):
alias, ens, observation_keys, mask, _ = setup_benchmark

if alias not in {"small", "medium"}:
if alias != "small":
pytest.skip()

def run():
Expand Down Expand Up @@ -516,7 +516,7 @@ def test_memory_performance_of_doing_es_update(setup_es_benchmark, tmp_path):
def test_speed_performance_of_doing_es_update(setup_es_benchmark, benchmark):
alias, prior, posterior, gen_kw_name, _ = setup_es_benchmark

if alias not in {"small", "medium"}:
if alias != "small":
pytest.skip()

def run():
Expand Down

0 comments on commit 4a712cf

Please sign in to comment.