From e61543299d221f835f8c388ca5b23d0f1bc82fec Mon Sep 17 00:00:00 2001 From: "Michael Pilosov, PhD" Date: Sat, 27 Jan 2024 05:41:31 +0000 Subject: [PATCH] cleanup --- check.py | 2 +- makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/check.py b/check.py index e785a21..249e35e 100644 --- a/check.py +++ b/check.py @@ -91,7 +91,7 @@ def plot_preds( bottom=0.0, zorder=1, alpha=1, - align='edge', + align="edge", ) ax.set_xticks([]) diff --git a/makefile b/makefile index 2ada19d..254dae9 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ lint: black . - isort --profile=black . - flake8 --ignore E501,W503 . + isort --profile=black *.py + flake8 --ignore E501,W503 *.py test: python main.py --alpha 1 --lr 1e-2 --max_epochs 200 --bs 256 --seed 856 --width 2048