Skip to content

Commit

Permalink
Use "NOTE(username):" instead of "XXX:"
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Dec 20, 2019
1 parent 7f77a76 commit 0902b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/onnx_chainer_tests/functions_tests/test_rnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __call__(self, *xs):
xs = [input_generator.increasing(seq_length, input_size)
for i in range(batch_size)]

# XXX: Replace Permutate converter for avoiding error like:
# NOTE(msakai): Replace Permutate converter for avoiding error like:
# ValidationError: Nodes in a graph must be topologically sorted, \
# however input 'v330' of node:
# input: "Permutate_0_const_empty" input: "v330" \
Expand Down

0 comments on commit 0902b33

Please sign in to comment.