Skip to content

Commit

Permalink
Merge pull request datacamp#75 from datacamp/fix-sct
Browse files Browse the repository at this point in the history
Fix bmi SCT ch4ex4
  • Loading branch information
klmedeiros authored Dec 19, 2018
2 parents 15c0988 + 73cc8a5 commit 5b8294d
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 @@ -279,7 +279,7 @@ Ex().check_object("np_height_m", missing_msg=msg).has_equal_value(incorrect_msg

# check np_weight_kg
Ex().check_correct(
check_object("np_weight_kg"),
check_object("np_weight_kg").has_equal_value(),
multi(
check_function("numpy.array", index=1).check_args(0).has_equal_ast(),
has_code('0.453592', not_typed_msg="Make sure to multiply `np.array(weight_lb)` with `0.453592` to get the weights in kg.")
Expand Down

0 comments on commit 5b8294d

Please sign in to comment.