Skip to content

Commit

Permalink
Using better names for CHOLMOD solver python files. (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisenp authored Oct 20, 2022
1 parent 73c375b commit a533734
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theseus/optimizer/autograd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from .baspacho_sparse_autograd import BaspachoSolveFunction
from .lu_cuda_sparse_autograd import LUCudaSolveFunction
from .sparse_autograd import CholmodSolveFunction
from .cholmod_sparse_autograd import CholmodSolveFunction

__all__ = [
"BaspachoSolveFunction",
Expand Down
2 changes: 1 addition & 1 deletion theseus/optimizer/linear/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .linear_solver import LinearSolver
from .baspacho_sparse_solver import BaspachoSparseSolver
from .lu_cuda_sparse_solver import LUCudaSparseSolver
from .sparse_solver import CholmodSparseSolver
from .cholmod_sparse_solver import CholmodSparseSolver
File renamed without changes.

0 comments on commit a533734

Please sign in to comment.