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 a326468 commit c6a253fCopy full SHA for c6a253f
_episodes/11-debugging.md
@@ -65,7 +65,8 @@ scientists tend to do the following:
65
our first test should hold temperature, precipitation, and other factors constant.
66
67
3. *Compare to an oracle.*
68
- A [test oracle]({{ page.root }}/reference.html#test-oracle) is something whose results are trusted,
+ A [test oracle]({{ page.root }}/reference.html#test-oracle)
69
+ is something whose results are trusted,
70
such as experimental data, an older program, or a human expert.
71
We use test oracles to determine if our new program produces the correct results.
72
If we have a test oracle,
0 commit comments