Skip to content

Commit

Permalink
Remove unneeded total arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Aug 17, 2023
1 parent e8d6bb5 commit b8d8de6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytaser/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ def occ_dependent_alpha(
_calculate_oscillator_strength,
tqdm(
nonzero_transition_args,
total=len(nonzero_transition_args),
desc=f"Calculating oscillator strengths (spin {spin_string}, {light_dark_string})",
),
)
Expand All @@ -370,7 +369,6 @@ def occ_dependent_alpha(
_calculate_oscillator_strength(arg)
for arg in tqdm(
nonzero_transition_args,
total=len(nonzero_transition_args),
desc=f"Calculating oscillator strengths (spin {spin_string}, {light_dark_string})",
)
]
Expand Down

0 comments on commit b8d8de6

Please sign in to comment.