Skip to content

Commit

Permalink
add masked.median
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Sep 15, 2024
1 parent 2a5897d commit 711cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/torch_xla2/test/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"masked.logaddexp",
"masked.logsumexp",
"masked.mean",
"masked.median",
"masked.median", # RuntimeError: Object of type 'XLATensor2' is not an instance of 'sequence'
"masked_scatter",
"masked_select",
"max_pool2d_with_indices_backward",
Expand Down

0 comments on commit 711cc55

Please sign in to comment.