Skip to content

Commit

Permalink
Uses tqdm.auto to avoid spamming of logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfus committed Dec 16, 2024
1 parent da15501 commit 77e067a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ecallisto-ng"
version = "1.1.5"
version = "1.1.6"
authors = [{name = "Vincenzo Timmel", email = "[email protected]"}]
description = "A Python package for the fetching (and some processing and plotting) of eCallisto data based on request and pandas."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/ecallisto_ng/data_download/hu_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pandas as pd
from datetime import datetime, timedelta
from ecallisto_ng.data_download.downloader import get_ecallisto_data
from tqdm import tqdm
from tqdm.auto import tqdm


def load_radio_dataset(base_path: str) -> Dataset:
Expand Down

0 comments on commit 77e067a

Please sign in to comment.