Skip to content

Commit

Permalink
fixed static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waldemar-martens committed Feb 7, 2025
1 parent 9c31cd5 commit 4e07cf9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyoptgra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
# file, you can obtain them at https://www.gnu.org/licenses/gpl-3.0.txt
# and https://essr.esa.int/license/european-space-agency-community-license-v2-4-weak-copyleft

from .khan import inverse_triangular_wave # noqa
from .khan import khan_function_triangle # noqa
from ._about import __version__ # noqa
from .khan import ( # noqa
base_khan_function,
inverse_triangular_wave,
khan_function_sin,
khan_function_tanh,
khan_function_triangle,
triangular_wave_fourier,
triangular_wave_fourier_grad,
)
from .optgra import optgra # noqa

from ._about import __version__ # noqa

0 comments on commit 4e07cf9

Please sign in to comment.