Skip to content

Commit 5b84a57

Browse files
authored
Merge pull request #86 from MadAlex1997/experimental
Remove old tests rename new tests to test
2 parents c5af6b9 + 5ed0313 commit 5b84a57

15 files changed

+3
-386
lines changed

numojo/math/interpolate.mojo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
"""
2+
Interpolate Module - Implements interpolation functions
3+
"""
24
# ===----------------------------------------------------------------------=== #
35
# Interpolate Module - Implements interpolation functions
46
# Last updated: 2024-06-14
57
# ===----------------------------------------------------------------------=== #
6-
"""
8+
79

810
from ..core.ndarray import NDArray, NDArrayShape
911

File renamed without changes.

tests/argsort.mojo

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/array_from_string.mojo

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/get_item_by_index.mojo

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/getitem.mojo

Lines changed: 0 additions & 77 deletions
This file was deleted.

tests/ind_to_slice.mojo

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/iter.mojo

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/on_axis.mojo

Lines changed: 0 additions & 106 deletions
This file was deleted.

tests/stats.mojo

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)