Skip to content

remove time info from saved files (checkpoints and confusion matrix),… #233

remove time info from saved files (checkpoints and confusion matrix),…

remove time info from saved files (checkpoints and confusion matrix),… #233

Workflow file for this run

name: Run black
on:
- fork
- pull_request
- push
jobs:
formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
lfs: true # large file storage
- uses: psf/black@stable
with:
options: "--check --verbose"
jupyter: false
version: "~=23.10.1"