Skip to content

Commit

Permalink
bump to 1d_conv
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Feb 9, 2025
1 parent 27465a8 commit c2d0bbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ mod native_tests {

});

seq!(N in 0..=6 {
seq!(N in 0..=7 {

#(#[test_case(LARGE_TESTS[N])])*
#[ignore]
Expand Down
3 changes: 2 additions & 1 deletion tests/python/binding_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,8 @@ def get_examples():
'linear_regression',
"mnist_gan",
"smallworm",
"fr_age"
"fr_age",
"1d_conv",
]
examples = []
for subdir, _, _ in os.walk(os.path.join(examples_path, "onnx")):
Expand Down

0 comments on commit c2d0bbb

Please sign in to comment.