Skip to content

Commit

Permalink
accomodate height and width anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 6, 2023
1 parent 819d515 commit e89bf32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/plots/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ def _assert_templates_equal(
tmp2 = deepcopy(filled_template)
tmp3 = json.loads(
split_template[:]
.replace('"<DVC_METRIC_COLUMN_WIDTH>"', "300")
.replace('"<DVC_METRIC_PLOT_HEIGHT>"', "300")
.replace('"<DVC_METRIC_PLOT_WIDTH>"', "300")
.replace('"<DVC_METRIC_ROW_HEIGHT>"', "300")
.replace("<DVC_METRIC_TITLE>", title)
.replace("<DVC_METRIC_X_LABEL>", x_label)
.replace("<DVC_METRIC_Y_LABEL>", y_label)
Expand Down

0 comments on commit e89bf32

Please sign in to comment.