Skip to content

Commit

Permalink
remove warm_start
Browse files Browse the repository at this point in the history
  • Loading branch information
MUCDK committed Oct 9, 2023
1 parent deb5d58 commit a2b349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/problems/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def adata_time_with_tmap(adata_time: AnnData) -> AnnData:
"gw_unbalanced_correction": True,
"ranks": 4,
"tolerances": 2e-2,
"warm_start": False,
#"warm_start": False,
"linear_solver_kwargs": linear_solver_kwargs1,
}

Expand Down

0 comments on commit a2b349b

Please sign in to comment.