google-research / jax3d

Apache License 2.0
730 stars 95 forks source link

Disabled tests for projects/nesf #114

Open taiya opened 2 years ago

taiya commented 2 years ago

Refer to this run: https://github.com/google-research/jax3d/runs/8045057467?check_suite_focus=true#step:10:874

flax.optim has been deprecated in favor of optax, and that is making tests fail. Disabling tests and opening this issue to track, in .github/workflows/test.yml

      run: |
        pytest -vv -n auto \
          --durations=10 \
          --ignore="jax3d/projects/nesf/nerfstatic/integration_test/import_test.py" \
          --ignore="jax3d/projects/nesf/nerfstatic/nerf/utils_test.py" \
          --ignore="jax3d/projects/nesf/nerfstatic/utils/train_utils_test.py"