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 cda404f commit 4d94338Copy full SHA for 4d94338
tests/integration/plots/test_plots.py
@@ -134,6 +134,10 @@ def _assert_templates_equal(
134
tmp2 = deepcopy(filled_template)
135
tmp3 = json.loads(
136
split_template[:]
137
+ .replace('"<DVC_METRIC_COLUMN_WIDTH>"', "300")
138
+ .replace('"<DVC_METRIC_PLOT_HEIGHT>"', "300")
139
+ .replace('"<DVC_METRIC_PLOT_WIDTH>"', "300")
140
+ .replace('"<DVC_METRIC_ROW_HEIGHT>"', "300")
141
.replace("<DVC_METRIC_TITLE>", title)
142
.replace("<DVC_METRIC_X_LABEL>", x_label)
143
.replace("<DVC_METRIC_Y_LABEL>", y_label)
0 commit comments