Skip to content

Commit

Permalink
Add fix for holog where ant dictionary entry must be created from ant…
Browse files Browse the repository at this point in the history
…_id....
  • Loading branch information
jrhosk committed Aug 29, 2023
1 parent 6cf1058 commit 54500ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/astrohack/holog.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ def holog(

function_name = inspect.stack()[CURRENT_FUNCTION].function

# Shouldn't have to do this but the name changes ant_id->ant for some reason. Fix later.
holog_params['ant']=ant_id

######### Parameter Checking #########
holog_params = _check_holog_params(function_name=function_name, holog_params=holog_params)

Expand Down

0 comments on commit 54500ab

Please sign in to comment.