Skip to content

Commit

Permalink
ch4ex14 fix SCT
Browse files Browse the repository at this point in the history
  • Loading branch information
richierocks committed Oct 18, 2018
1 parent 18480bb commit 638669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter4.md
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ print(np.median(np_height_in))
```{python}
Ex().has_import("numpy", same_as = False)
Ex().check_object("np_height").has_equal_value(incorrect_msg = "You can use `np_baseball[:,0]` to select the first column from `np_baseball`"),
Ex().check_object("np_height_in").has_equal_value(incorrect_msg = "You can use `np_baseball[:,0]` to select the first column from `np_baseball`"),

Ex().check_correct(
has_printout(0),
Expand Down

0 comments on commit 638669f

Please sign in to comment.