Skip to content

Commit

Permalink
Bump minimist from 1.2.5 to 1.2.6 in /website (#502)
Browse files Browse the repository at this point in the history
* Bump minimist from 1.2.5 to 1.2.6 in /website

* check best_config in test
  • Loading branch information
sonichi authored Mar 31, 2022
1 parent 2cdc08a commit 84f1ae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions test/automl/test_xgboost2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def test_simple(method=None):
print(automl.estimator_list)
print(automl.search_space)
print(automl.points_to_evaluate)
if not automl.best_config:
return
config = automl.best_config.copy()
config["learner"] = automl.best_estimator
automl.trainable(config)
Expand Down
6 changes: 3 additions & 3 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5402,9 +5402,9 @@ [email protected], minimatch@^3.0.4:
brace-expansion "^1.1.7"

minimist@^1.2.0, minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

mkdirp@^0.5.5, mkdirp@~0.5.1:
version "0.5.5"
Expand Down

0 comments on commit 84f1ae7

Please sign in to comment.