Skip to content

Commit

Permalink
Merge pull request #163 from aburgasser/ctheissen-patch-1
Browse files Browse the repository at this point in the history
Update core.py
  • Loading branch information
aburgasser authored Feb 16, 2023
2 parents fb4f817 + f28d069 commit 6b1bbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splat/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7775,7 +7775,7 @@ def measureIndexSet(sp,ref='burgasser',index_info={},info=False,verbose=False,in
raise ValueError('Keyword "{}" must be present for each defined index in input index dictionary, but is missing for index {}'.format(k,n))

# measure indices
result = {}
result = {'reference': ref,'bibcode': INDEX_SETS[ref]['bibcode']}
for n in names:
ind,err = measureIndex(sp,index_info[indices_keyword][n][range_keyword],method=index_info[indices_keyword][n][method_keyword],sample=index_info[indices_keyword][n][sample_keyword],verbose=verbose,**kwargs)
result[n] = (ind,err)
Expand Down

0 comments on commit 6b1bbef

Please sign in to comment.