Skip to content

Commit 8d0b8fb

Browse files
committed
[test] make comocma.test visible and don't execute on import
1 parent b56f0e3 commit 8d0b8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comocma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
moarchiving.moarchiving.BiobjectiveNondominatedSortedList.hypervolume_final_float_type = float
2020
moarchiving.moarchiving.BiobjectiveNondominatedSortedList.hypervolume_computation_float_type = float
2121

22-
from . import como, sofomore_logger, como_logger, hv, nondominatedarchive
22+
from . import como, sofomore_logger, como_logger, hv, nondominatedarchive, test
2323

2424
from .como import (Sofomore, IndicatorFront, get_cmas, CmaKernel, FitFun,
2525
sort_random, sort_decreasing, sort_even_odds, sort_increasing,

0 commit comments

Comments
 (0)