Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Try force CI re-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taliesin Beynon committed Aug 8, 2018
1 parent 6056ce4 commit a5f0abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/tensor/init_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ struct RangeParam : public dmlc::Parameter<RangeParam> {
" except in some cases where step is not an integer and"
" floating point round-off affects the length of out. If the"
" stop is equal to the start, the stop will be computed from"
" the output size");
" the output shape.");
DMLC_DECLARE_FIELD(step)
.set_default(1)
.describe("Spacing between values.");
Expand Down

0 comments on commit a5f0abb

Please sign in to comment.