Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.x] Attempt to fix v1.x CI issues. #19872

Merged
merged 8 commits into from
Feb 10, 2021

Commits on Feb 9, 2021

  1. Attempt to fix v1.x CI issues.

    Joe Evans committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1e1f6c2 View commit details
    Browse the repository at this point in the history
  2. Re-pin scipy.

    Joe Evans committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    808a85f View commit details
    Browse the repository at this point in the history
  3. Add numpy with pinned version so other package installs don't overwri…

    …te out required version.
    Joe Evans committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    198d447 View commit details
    Browse the repository at this point in the history
  4. Use python3 (from /usr/local/bin) for tensorrt gpu tests, so it can f…

    …ind all required python modules.
    Joe Evans committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b49a28f View commit details
    Browse the repository at this point in the history
  5. Fix onnx tests; need to pass scalar value (not np.array) to create_co…

    …nst_scalar_node.
    Joe Evans committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d0dfa91 View commit details
    Browse the repository at this point in the history
  6. Fix pylint

    Joe Evans committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c1b2ede View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Set values using np.dtype(dtype) instead of using float32 and then ca…

    …sting to desired type.
    Joe Evans committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    3121277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d05887c View commit details
    Browse the repository at this point in the history