Skip to content

Commit

Permalink
Merge pull request #272 from carpentries-incubator/issue-182
Browse files Browse the repository at this point in the history
Explained which std we mean
  • Loading branch information
douglowe authored Nov 22, 2023
2 parents a6c39ab + b5847ed commit 4bda4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/32-software-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Let's recall the solution requirements we discussed in the previous episode:

- *Functional Requirements*:
- SR1.1.1 (from UR1.1):
add standard deviation to data model and include in graph visualisation view
add daily standard deviation to the data model and include in graph visualisation view
- SR1.2.1 (from UR1.2):
add a new view to generate a textual representation of statistics,
which is invoked by an optional command line argument
Expand Down Expand Up @@ -202,7 +202,7 @@ but also what you can do to make that code amenable to that type of testing.
> ***Note 2:** we have intentionally left this exercise without a solution
> to give you more freedom in implementing it how you see fit.
> If you are struggling with adding a new view and command line parameter,
> you may find the standard deviation requirement easier.
> you may find adding the daily standard deviation requirement easier.
> A later episode in this section will look at
> how to handle command line parameters in a scalable way.*
{: .challenge}
Expand Down

0 comments on commit 4bda4d6

Please sign in to comment.