Skip to content

Commit

Permalink
more info in progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves authored Nov 10, 2022
1 parent 3d47180 commit 3902de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbitinfo/xbitinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def get_bitinformation(
info_per_bit = {}
pbar = tqdm(ds.data_vars)
for var in pbar:
pbar.set_description("Processing %s" % var)
pbar.set_description(f"Processing var: {var} for dim: {dim}")
if implementation == "julia":
info_per_bit_var = _jl_get_bitinformation(ds, var, axis, dim, kwargs)
if info_per_bit_var is None:
Expand Down

0 comments on commit 3902de0

Please sign in to comment.