Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsbello committed Sep 1, 2023
1 parent e1395b6 commit 2e39dd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ and we can observe how the solution at the final iteration (bottom-right plot) i
:caption: Getting Started
:hidden:

Home<self>
usage

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion src/dagma/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def fit(self,
return self.W_est

def test():
import utils
from . import utils
from timeit import default_timer as timer
utils.set_random_seed(1)

Expand Down
2 changes: 1 addition & 1 deletion src/dagma/nonlinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def fit(self,

def test():
from timeit import default_timer as timer
import utils
from . import utils

utils.set_random_seed(1)
torch.manual_seed(1)
Expand Down

0 comments on commit 2e39dd3

Please sign in to comment.