Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomercurio committed Sep 9, 2024
1 parent 81afcb6 commit 4591551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/steady_state.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@inferred steadystate(H, c_ops, solver = solver)
@inferred steadystate(L, solver = solver)

solver = SteadyStateLinearSolver(alg = KrylovJL_GMRES())
solver = SteadyStateLinearSolver()
@inferred steadystate(H, c_ops, solver = solver)
@inferred steadystate(L, solver = solver)

Expand Down

0 comments on commit 4591551

Please sign in to comment.