Skip to content

Commit

Permalink
Add shebang to “rosen” example to match others
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Nov 4, 2021
1 parent 0c1e278 commit bb7a516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/rosen.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
from scipy.optimize import rosen, rosen_der
from cyipopt import minimize_ipopt
x0 = [1.3, 0.7, 0.8, 1.9, 1.2]
Expand Down

0 comments on commit bb7a516

Please sign in to comment.