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 0796394 commit 0fde125Copy full SHA for 0fde125
dolang/language.py
@@ -84,7 +84,7 @@ def eval_data(data: "yaml_structure", calibration={}):
84
85
import warnings
86
from yaml import MappingNode, SequenceNode, ScalarNode
87
-
+
88
d = calibration.copy()
89
d.update(functions)
90
0 commit comments