Skip to content

Update track_points to pad with last chosen point if fewer than requested points are chosen #218

Update track_points to pad with last chosen point if fewer than requested points are chosen

Update track_points to pad with last chosen point if fewer than requested points are chosen #218

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