Skip to content

Commit f9ab4f9

Browse files
authored
Bugfix of indentation for documentation.
Fixed indent of func_approx
2 parents 8fb5309 + 6836b49 commit f9ab4f9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/deepymod/model/func_approx.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
""" This files contains the function approximators that are used by DeepMoD.
2-
Note that the output of the function approximator has to be a Torch module.
3-
4-
"""
1+
""" This files contains the function approximators that are used by DeepMoD.
2+
Note that the output of the function approximator has to be a Torch module.
3+
"""
54

65

76
import torch

0 commit comments

Comments
 (0)