Skip to content

Commit

Permalink
fix a comment--never closed parenthesis (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfogal committed May 30, 2024
1 parent 6afb2e4 commit e579ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/tests/opinfos.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def make_number(**kwargs):
return v


# Returns a noncontiguous (tensor with the same shape and values as t
# Returns a noncontiguous tensor (with the same shape and values as t)
# The noncontiguous tensor is constructed such that elements in the innermost
# dimension are separated by zeros or (whenever possible) nans
# TODO: consider more complicated noncontiguity schemes
Expand Down

0 comments on commit e579ace

Please sign in to comment.