Skip to content

Fix a bug in resizing in Kubric point tracking data augmentation. #212

Fix a bug in resizing in Kubric point tracking data augmentation.

Fix a bug in resizing in Kubric point tracking data augmentation. #212

Workflow file for this run

# execute linter on {push, pull request}, only whenever python file changes are detected
name: pylint.yml
on:
pull_request:
paths: '**.py'
jobs:
execute:
runs-on: ubuntu-latest
container: kubricdockerhub/kubruntudev:latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Lint with pylint
run: |
pylint --version
pylint --rcfile=.pylintrc ./kubric