Skip to content

Commit

Permalink
Fix formatting error for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Beitner committed Aug 15, 2020
1 parent 9b1d12f commit 53ab0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ exclude = docs/build/*.py,
venv/*,
.venv/*,
.git/*
.history/*

[isort]
combine_as_imports = True
Expand Down
1 change: 1 addition & 0 deletions tests/test_models/test_temporal_fusion_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from pytorch_forecasting.metrics import QuantileLoss
from pytorch_forecasting.models import TemporalFusionTransformer


# todo: run with multiple normalizers
# todo: run with muliple datasets and normalizers: ...
# todo: monotonicity
Expand Down

0 comments on commit 53ab0b2

Please sign in to comment.