Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Sep 4, 2024
1 parent d3b362e commit 3c46430
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions tests/test_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,14 @@
"So he sold << 150+30= 180 >> 180 paintings last month.\n",
"Therefore he sold << 180*3= 540 >> this month.\n",
"The answer is $540.\n\n",
"Question: ",
"\n"
"Noah charges $30 for a large painting and $10 for a small painting.\n"
"Last month he sold five large paintings and three small paintings.\n"
"If he sold three times as much this month, how much is his sales for this month?"
"Question: 100 people are waiting in line to buy tickets to a concert.\n",
"The tickets are priced at $30 for general admission and $10 for students.\n",
"The total revenue from ticket sales last month was $3,000.\n",
"If the number of people who bought tickets increased by 10% this month, how much is the total revenue from ticket sales this month?\n",
"\n",
"Answer: Let's think step by step.\n",
"He sold 5 large paintings and 3 small paintings last month.\n"
"He sold three times as many this month.\n"
"5 large paintings x $30 = <<",
" 5*30",
"= ",
"150",
" >>",
"The number of people who bought tickets increased by 10% this month.\n",
"100 x 10% = << 100*10*.01= 10.0 >>",
]


Expand Down

0 comments on commit 3c46430

Please sign in to comment.