Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lennybronner committed Sep 6, 2023
1 parent 7615807 commit ad22afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elexsolver/OLSRegressionSolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np

from elexsolver.LinearSolver import LinearSovler
from elexsolver.LinearSolver import LinearSolver
from elexsolver.logging import initialize_logging

initialize_logging()
Expand Down

0 comments on commit ad22afc

Please sign in to comment.