Skip to content

Commit

Permalink
SeismicMisfit - ensdf_stat typo (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Jun 6, 2024
1 parent 2dcbed9 commit 70506ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webviz_subsurface/plugins/_seismic_misfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2381,7 +2381,7 @@ def update_obs_sim_map_plot(
mode="markers",
marker={
"size": marker_size,
"color": ensdf["sim_mean"],
"color": ensdf_stat["sim_mean"],
"colorscale": color_scale,
"colorbar_x": 0.63,
"colorbar_thicknessmode": "fraction",
Expand Down

0 comments on commit 70506ec

Please sign in to comment.