Skip to content

Commit 89f2eab

Browse files
authored
Merge pull request #45 from CitrineInformatics/bugfix/cake-measurement-template-name
Add a name to the MeasurementTemplate in cake
2 parents b49d2d2 + 2938a2e commit 89f2eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taurus/demo/cake.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def make_cake_templates():
7171
)
7272

7373
tmpl["Taste test"] = MeasurementTemplate(
74+
name="Taste test",
7475
properties=[tmpl["Tastiness"]]
7576
)
7677

0 commit comments

Comments
 (0)