Skip to content

[BugFix] return_indices as argument to fit_transform in SparseLogAffi… #1

[BugFix] return_indices as argument to fit_transform in SparseLogAffi…

[BugFix] return_indices as argument to fit_transform in SparseLogAffi… #1

Workflow file for this run

name: flake8-codestyle
on:
workflow_dispatch:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
create:
branches:
- 'main'
tags:
- '**'
jobs:
Flake8-Codestyle-Check:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checking Out Repository
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Install Flake8
run: pip install flake8
- name: Run Flake8
uses: liskin/gh-problem-matcher-wrap@v1
with:
linters: flake8
run: flake8