Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jan 16, 2024
1 parent a8f87c8 commit fe96c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/rvspecfit/read_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def get_spec(params,
# deltas

query = '''select filename from files where'''
for ii, k, v in enumerate(params.items()):
for ii, (k, v) in enumerate(params.items()):
pad = 0.01
v1 = v - pad
v2 = v + pad
Expand Down

0 comments on commit fe96c7e

Please sign in to comment.