Skip to content

Commit e4e7e0b

Browse files
committed
add note
1 parent 9170658 commit e4e7e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/tasks/heart_disease.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class HeartDiseaseInput(dspy.Signature):
5353
trestbps = dspy.InputField(
5454
desc="Resting blood pressure (in mm Hg on admission to the hospital)"
5555
)
56-
chol = dspy.InputField(desc="Serum cholesterol in mg/dl")
56+
chol = dspy.InputField(desc="Serum cholesterol in mg/dl") # Nov 2nd, 2024: fixed typo from `cholesteral`
5757
fbs = dspy.InputField(desc="Fasting blood sugar > 120 mg/dl (true or false)")
5858
restecg = dspy.InputField(
5959
desc="Resting electrocardiographic results (normal, ST-T wave abnormality, left ventricular hypertrophy)"

0 commit comments

Comments
 (0)