Skip to content

Commit

Permalink
Add missing keyword, fix for #213
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed May 21, 2019
1 parent 1319fb2 commit 5dbade8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spotpy/examples/tutorial_rosenbrock.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
a
# -*- coding: utf-8 -*-
'''
Copyright (c) 2018 by Tobias Houska
Expand Down Expand Up @@ -109,4 +108,4 @@

# Example how to plot the data
algorithms = ['mc','lhs','mle','mcmc','sceua','sa','demcz','rope','abc','fscabc', 'demcz', 'dream']
spotpy.analyser.plot_parametertrace_algorithms(results,algorithmnames=algorithms,parameternames=['x','y'])
spotpy.analyser.plot_parametertrace_algorithms(results, algorithms, spot_setup)

0 comments on commit 5dbade8

Please sign in to comment.