Skip to content

Commit 53c7a8d

Browse files
author
Andrea Lorenzon
committed
Created empty test units
1 parent 0acd717 commit 53c7a8d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
"""Test the module SMOTENC."""
2+
# Authors: Andrea Lorenzon <andrelorenzon@gmail.com>
3+
# License: MIT
4+
5+
import pytest
6+
7+
import numpy as np
8+
9+
def test_testunit():
10+
return True
11+
12+
def test_randomState():
13+
assert(np.random.RandomState(42))
14+

0 commit comments

Comments
 (0)