Skip to content

Commit

Permalink
edit crossover test import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfell committed Oct 30, 2023
1 parent 0de0c1c commit 86e5b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_crossover.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pytest
import numpy as np

#from rfbzero.rfbzero.crossover import Crossover
from crossover import Crossover # uncomment here when running test harness
from rfbzero.rfbzero.crossover import Crossover
#from crossover import Crossover # uncomment here when running test harness


class TestClassCrossover:
Expand Down

0 comments on commit 86e5b40

Please sign in to comment.