Skip to content

Commit

Permalink
Fix RTD.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmg committed Nov 6, 2023
1 parent 6cacf43 commit aaf3bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fiddy/derivative_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ class DerivativeCheck(abc.ABC):
The derivative can be a multi-dimensional object that has dimensions
associated with the multiple outputs of a function, and dimensions
associated with the derivative of these multiple outputs with respect
to multiple directions."""
to multiple directions.
"""

method_id: str
"""The name of the derivative check method."""
Expand Down Expand Up @@ -160,9 +161,8 @@ def get_expected_and_test_values(directional_derivatives):


class HybridDerivativeCheck(DerivativeCheck):
"""
"""HybridDerivativeCheck.
HybridDerivativeCheck.
The method checks, if gradients are in finite differences range [min, max],
using forward, backward and central finite differences for potential
multiple stepsizes eps. If true, gradients will be checked for each
Expand Down

0 comments on commit aaf3bf2

Please sign in to comment.