Skip to content

Commit 4d94338

Browse files
committed
accomodate height and width anchors
1 parent cda404f commit 4d94338

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/plots/test_plots.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ def _assert_templates_equal(
134134
tmp2 = deepcopy(filled_template)
135135
tmp3 = json.loads(
136136
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")
137141
.replace("<DVC_METRIC_TITLE>", title)
138142
.replace("<DVC_METRIC_X_LABEL>", x_label)
139143
.replace("<DVC_METRIC_Y_LABEL>", y_label)

0 commit comments

Comments
 (0)