Skip to content

Commit

Permalink
Removed print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiive committed Mar 1, 2021
1 parent 1658a73 commit 306c96b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mlrose_hiive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = '2.1.5'
__version__ = '2.1.7'
2 changes: 0 additions & 2 deletions mlrose_hiive/runners/sa_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def __init__(self, problem, experiment_name, seed, iteration_list, temperature_l
self.use_raw_temp = True
self.temperature_list = temperature_list
if all([np.isscalar(x) for x in temperature_list]):
print('all numbers')

if decay_list is None:
decay_list = [mlrose_hiive.GeomDecay]
self.decay_list = decay_list
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
return _file.read()


VERSION=mlrose_hiive.__version__
VERSION = mlrose_hiive.__version__

setup(name='mlrose_hiive',
version=VERSION,
Expand Down

0 comments on commit 306c96b

Please sign in to comment.