Skip to content

Commit

Permalink
move validation.py inside pyfeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Jan 9, 2024
1 parent f39e7eb commit 489c247
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Submodules
io
pyfeatures.multitrace
pyfeatures.pyfeatures
pyfeatures.validation
units
settings
validation
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import efel
from efel.io import load_ascii_input
from efel.validation import check_ais_initiation
from efel.pyfeatures.validation import check_ais_initiation


testdata_dir = Path(__file__).parent / "testdata"
Expand Down

0 comments on commit 489c247

Please sign in to comment.