We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce2466 commit 9b3c9efCopy full SHA for 9b3c9ef
webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py
@@ -611,7 +611,7 @@ def _add_hover_info_in_field(
611
p15 = prev_val + 0.15 * amount
612
p85 = prev_val + 0.85 * amount
613
y_vals = np.linspace(p15, p85, 8).tolist() * len(date_dict[date])
614
- y_vals.sort()
+ y_vals.sort() # pylint: disable=attr-defined
615
fig.add_trace(
616
go.Scatter(
617
x=date_dict[date] * 8,
0 commit comments