Skip to content

AttributeError: 'NoneType' object has no attribute 'log10' #28

Description

@karahbit

Hello,

I used to use the package

scikit-optimize 0.5.2

and it worked fine.

When I try my same experiment but using

scikit-optimize 0.7.4

I have the following error:

File "/home/karahbit/ve-radical.hpo/lib/python3.6/site-packages/skopt/space/space.py", line 234, in __init__
    self.log_base = np.log10(base)
TypeError: loop of ufunc does not support argument 0 of type NoneType which has no callable log10 method
AttributeError: 'NoneType' object has no attribute 'log10'

If I go back to 0.5.2, it stills works fine.

I am leaving this issue open here just in case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions