orionw / configtune

An easy way to tune machine learning hyperparameters (especially for those that use a config file)
MIT License
1 stars 0 forks source link

Tests: eval_function() missing 1 required positional argument: 'n_values' #7

Closed bjschoenfeld closed 5 years ago

bjschoenfeld commented 5 years ago

The tests output

INFO:tuningdeap.main:There was an exception evaluating: eval_function() missing 1 required positional argument: 'n_values'

Is this a problem?

orionw commented 5 years ago

It shouldn't be asking for n_values. Wherever that line is that asks for it I must have missed it in my refactor.

orionw commented 5 years ago

Closed by #10