Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed May 9, 2021
1 parent 9461317 commit bf225e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Oasis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def configuration(parent_package='',top_path=None):
quiet=True,
)

config.add_subpackage('NSGA')
# config.add_subpackage('NSGA')
config.add_subpackage('HS')

return config
Expand All @@ -50,7 +50,7 @@ def configuration(parent_package='',top_path=None):
# import Oasis.hsapi as hsapi
# from Oasis.HS import *
import Oasis.harmonysearch as harmonysearch
import Oasis.ga as ga
#import Oasis.ga as ga
# from Oasis.NSGA import *


Expand Down

0 comments on commit bf225e2

Please sign in to comment.