Skip to content

Commit

Permalink
Remove = in f-string for py37
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Mar 10, 2023
1 parent e8ccd9a commit a9a2edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abacusnbody/analysis/tsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _check_dtype(a, name):
_check_dtype(weights, 'weights')

if verbose:
print(f'{npartition=}')
print(f'npartition={npartition}')

wraptime = -timeit.default_timer()
if wrap:
Expand Down

0 comments on commit a9a2edf

Please sign in to comment.