Skip to content

Commit

Permalink
nsplit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed May 28, 2020
1 parent 297049d commit 5a00c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynrc/nrc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1700,8 +1700,8 @@ def field_coeff_resid(filter_or_bp, coeff0, force=False, save=True, save_name=No
npsf = np.ceil(20 * dw)
npsf = 5 if npsf<5 else int(npsf)
nsplit_psf = nproc_use(fov_pix, oversample, npsf)#, coron=coron_obs)
if nsplit_psf > nsplit:
nsplit = 1
# if nsplit_psf > nsplit:
# nsplit = 1

# Double check we're not requesting too many processors
nsplit = nsplit_max if nsplit > nsplit_max else nsplit
Expand Down

0 comments on commit 5a00c73

Please sign in to comment.