Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
49f03a56
Commit
49f03a56
authored
Mar 10, 2017
by
Andreas Steinberg
Browse files
Fix get_source
parent
03561f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plot.py
View file @
49f03a56
...
...
@@ -946,7 +946,7 @@ def draw_fits_figures(ds, model, plt):
w_max
=
num
.
nanmax
(
ws
)
gcm_max
=
num
.
nanmax
(
gcms
)
source
=
problem
.
unpack
(
xbest
)
source
=
problem
.
get_source
(
xbest
)
target_to_result
=
{}
all_syn_trs
=
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment