Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skip tensorflow.zeros tests for Paddle backend with ndim >= 10 #23156

Merged
merged 2 commits into from
Mar 28, 2024

Commits on Sep 6, 2023

  1. test: skip tests for Paddle backend with dimensions >= 10

    Added a condition to skip tests in "test_tensorflow_zeros" when using the Paddle backend and the dimension is 10 or more.
    
    This is a temporary measure until the Paddle backend supports dimensions greater than 9.
    akshatvishu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0462e39 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix(test) made max_num_dims and max_dim_size for tensorflow.zeros tes…

    …t equal to 9 as
    
    PaddlePaddle only support till 9 dims.
    akshatvishu committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    652eefa View commit details
    Browse the repository at this point in the history