Skip to content

Commit a4cfd2c

Browse files
committed
fix additional codacy issues.
1 parent bc82da4 commit a4cfd2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains example scripts demonstrating ATHENA's functionality.
44

55
## Feature Map Bayesian Optimization Example
66

7-
`feature_map_bayes_opt_example.py` demonstrates the use of the
7+
`feature_map_bayes_opt_example.py` demonstrates the use of the
88
`bayesian-optimization` package for tuning feature map parameters in ATHENA's
99
Kernel Active Subspaces.
1010

@@ -20,5 +20,4 @@ To run the example:
2020
python feature_map_bayes_opt_example.py
2121
```
2222

23-
This shows how the `'bso'` method in `tune_pr_matrix` now uses the
24-
`bayesian-optimization` package as a replacement for the previous GPyOpt dependency.
23+
This shows how the `'bso'` method in `tune_pr_matrix` now uses the`bayesian-optimization` package as a replacement for the previous GPyOpt dependency.

0 commit comments

Comments
 (0)