Skip to content

Commit

Permalink
Bugfix of indentation for documentation.
Browse files Browse the repository at this point in the history
Fixed indent of func_approx
  • Loading branch information
GJBoth authored Nov 4, 2020
2 parents 8fb5309 + 6836b49 commit f9ab4f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/deepymod/model/func_approx.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
""" This files contains the function approximators that are used by DeepMoD.
Note that the output of the function approximator has to be a Torch module.
"""
""" This files contains the function approximators that are used by DeepMoD.
Note that the output of the function approximator has to be a Torch module.
"""


import torch
Expand Down

0 comments on commit f9ab4f9

Please sign in to comment.