Skip to content

Commit

Permalink
Fixed indent of func_approx
Browse files Browse the repository at this point in the history
  • Loading branch information
GijsVermarien committed Nov 4, 2020
1 parent 8fb5309 commit 6836b49
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 6836b49

Please sign in to comment.