Skip to content

Commit

Permalink
Fixes to 3D mk_test_cube_data to work with tdqm and command line hook…
Browse files Browse the repository at this point in the history
… for 3DIrescale to run as intended.
  • Loading branch information
Cameron-Van-Eck committed May 9, 2024
1 parent 79cebf0 commit f935c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RMtools_3D/mk_test_cube_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def create_IQU_cube_data(

# Loop through the frequency channels & insert the IQU planes
for iChan, _ in enumerate(
tqdm(freqArr_Hz), desc=f"Looping through {nChans} frequency channels"
tqdm(freqArr_Hz, desc=f"Looping through {nChans} frequency channels")
):
for iSrc, _ in enumerate(spectraILst):
params = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"rmtools_extractregion=RMtools_3D.extract_region:main",
"rmtools_bwdepol=RMtools_1D.rmtools_bwdepol:main",
"rmtools_bwpredict=RMtools_1D.rmtools_bwpredict:main",
"rmtools_3DIrescale=RMtools_3D.rescale_I_model_3D:main",
"rmtools_3DIrescale=RMtools_3D.rescale_I_model_3D:command_line",
],
},
install_requires=REQUIRED,
Expand Down

0 comments on commit f935c42

Please sign in to comment.