Skip to content

Commit

Permalink
batch mode solver after comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex committed May 8, 2024
1 parent 02b4f15 commit 6274118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugins/test_mode_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,6 @@ def test_mode_solver_web_run_batch():

# Run mode solver one at a time
results = msweb.run_batch(mode_solver_list, verbose=False)

[print(type(x)) for x in results]
assert all([isinstance(x, ModeSolverData) for x in results])
assert (results[i].n_eff.shape == (num_freqs, i + 1) for i in range(num_of_sims))

0 comments on commit 6274118

Please sign in to comment.