Skip to content

Commit 9fb2613

Browse files
Update examples.md
1 parent 00e5aab commit 9fb2613

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/examples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
```python
66
import numpy as np
7+
from math import inf
78
from spotPython.fun.objectivefunctions import analytical
89
from spotPython.spot import spot
9-
import numpy as np
10-
from math import inf
1110
# number of initial points:
1211
ni = 7
1312
# number of points

0 commit comments

Comments
 (0)