Skip to content

Commit

Permalink
Add tests for NNGSRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
knakamura13 committed Aug 25, 2024
1 parent 91791ce commit 761305b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ BibTeX entry:
<br />
<sub><b>Kyle Nakamura</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/gitongah">
<img src="https://avatars.githubusercontent.com/u/39062444?v=4" width="100;" alt="gitongah"/>
<br />
<sub><b>Edwin Mbaabu</b></sub>
</a>
</td>
</tr>
<tbody>
Expand Down
5 changes: 3 additions & 2 deletions tests/test_runners/test_nngs_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

import sklearn.metrics as skmt

from decorators import get_short_name
from mlrose_ky import NNGSRunner

try:
import mlrose_ky
Expand All @@ -16,6 +14,9 @@
sys.path.append("..")
import mlrose_ky

from mlrose_ky import NNGSRunner
from mlrose_ky.decorators import get_short_name


class TestNNGSRunner:
"""Tests for NNGSRunner."""
Expand Down

0 comments on commit 761305b

Please sign in to comment.