Skip to content

Commit

Permalink
refactors tests into submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk committed Dec 4, 2023
1 parent 3fb1ada commit 4d64a17
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 2 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
import numpy as np
import pytest

from approximator import convert_nsii_into_one_dimension, transforms_sii_to_nsii
from shapiq import DummyGame, PermutationSamplingSII, ShapIQ
from approximator import (
convert_nsii_into_one_dimension,
transforms_sii_to_nsii,
PermutationSamplingSII,
ShapIQ,
)
from games import DummyGame


@pytest.mark.parametrize(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Empty file added tests/tests_games/__init__.py
Empty file.
File renamed without changes.
Empty file added tests/tests_utils/__init__.py
Empty file.
File renamed without changes.

0 comments on commit 4d64a17

Please sign in to comment.