Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 29, 2024
1 parent 034ceaf commit c6fe944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion india_forecast_app/models/pvnet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def save_batch(batch, i: int, model_name, site_uuid, save_batches_dir: Optional[
save_batches_dir: The directory to save the batch to,
defaults to environment variable SAVE_BATCHES_DIR
"""
return

if save_batches_dir is None:
save_batches_dir = os.getenv("SAVE_BATCHES_DIR", None)
Expand Down

0 comments on commit c6fe944

Please sign in to comment.