fix small bug in plot_results() (#864)
Remove the comma behind the last input argument
This commit is contained in:
@@ -248,7 +248,7 @@ def plot_results(
|
||||
figsize=None,
|
||||
legend_outside=False,
|
||||
resample=0,
|
||||
smooth_step=1.0,
|
||||
smooth_step=1.0
|
||||
):
|
||||
'''
|
||||
Plot multiple Results objects
|
||||
|
Reference in New Issue
Block a user