Skip to content

Commit

Permalink
add reminder note to remove piece in next version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 1, 2024
1 parent dae993c commit f0dee04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymatsolver/solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def solve(self, rhs):
if self.check_accuracy:
self._compute_accuracy(rhs, x)

#TODO remove this in v0.4.0.
if x.size == n:
x = x.reshape(-1)
return x
Expand Down

0 comments on commit f0dee04

Please sign in to comment.