Skip to content

Commit 6ca8c0b

Browse files
Update simple_cerebros_random_search.py
Syntax error / typo
1 parent 87b7239 commit 6ca8c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cerebros/simplecerebrosrandomsearch/simple_cerebros_random_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def __init__(
288288
maximum_units_per_level: int,
289289
minimum_neurons_per_unit: int,
290290
maximum_neurons_per_unit: int,
291-
cast_data_to_dataset: bool=False.
291+
cast_data_to_dataset: bool=False,
292292
validation_data: tuple=None,
293293
activation='elu',
294294
final_activation=None,

0 commit comments

Comments
 (0)