Skip to content

Commit

Permalink
fix: minor updates
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <[email protected]>
  • Loading branch information
ivelin committed Jul 6, 2024
1 parent 8769399 commit 9527fb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ set -exv
#./canswim.sh forecast --forecast_start_date "2024-04-29"
#./canswim.sh forecast --forecast_start_date "2024-05-06"
#./canswim.sh forecast --forecast_start_date "2024-05-13"
./canswim.sh forecast --forecast_start_date "2024-05-20"
#./canswim.sh forecast --forecast_start_date "2024-05-20"
#./canswim.sh forecast --forecast_start_date "2024-05-28"
#./canswim.sh forecast --forecast_start_date "2024-06-03"
#./canswim.sh forecast --forecast_start_date "2024-06-10"
#./canswim.sh forecast --forecast_start_date "2024-06-17"
#./canswim.sh forecast --forecast_start_date "2024-06-24"
./canswim.sh forecast --forecast_start_date "2024-07-01"
3 changes: 0 additions & 3 deletions src/canswim/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
import pandas as pd
from loguru import logger
from canswim.model import CanswimModel
import pandas as pd
from pandas import DataFrame
from canswim.hfhub import HFHub
from matplotlib import pyplot
from pandas.tseries.offsets import BDay
from loguru import logger
import os
Expand Down
3 changes: 3 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# set env vars for each CLI option
# test behavior

0 comments on commit 9527fb6

Please sign in to comment.