data-centric-computing / dcic-public

Repository for (for now) filing bug reports about DCIC.
19 stars 2 forks source link

[DCIC Book]: 24.4 test function code should have "theVotes" instead of "cast_vote" #48

Closed jonathanzhou1 closed 1 year ago

jonathanzhou1 commented 1 year ago

Contact Details

jonathan_zhou@brown.edu

Which Web page has the problem?

https://dcic-world.org/2021-08-21/part_state.html#%28part._intro-python%29

What's the problem?

image

image

For these two 'test_cast_vote' functions, I think the first 'assert' line should be:

assert "basbousa" in theVotes, not assert "basbousa" in cast_vote

What browser are you seeing the problem on?

Chrome

kfisler commented 1 year ago

This section has been redesigned and this example is no longer included.