Skip to content

Commit

Permalink
Update factories.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Goetz committed Apr 7, 2020
1 parent fa36654 commit 6106333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heat/core/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def arange(*args, dtype=None, split=None, device=None, comm=None):
tensor([0, 1, 2])
>>> ht.arange(3.0)
tensor([ 0., 1., 2.])
>>> ht.arange(3, 7)F
>>> ht.arange(3, 7)
tensor([3, 4, 5, 6])
>>> ht.arange(3, 7, 2)
tensor([3, 5])
Expand Down

0 comments on commit 6106333

Please sign in to comment.