shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

multi-line string with comment #172

Closed shairubin closed 7 months ago

shairubin commented 7 months ago

backend_test.exclude(r'(test_hardsigmoid' # Does not support Hardsigmoid. '|testhardmax' # Does not support Hardmax. '|test.FLOAT16.' # Does not support Cast on Float16. '|test_depthtospace.' # Does not support DepthToSpace. '|test_reduce_l1.' # Does not support ReduceL1. ')')