Skip to content

Commit

Permalink
fixing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-zieba committed Feb 21, 2024
1 parent 4a05b07 commit d222e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pacman/s10_direct_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ def run10(eventlabel, workdir: Path, meta=None):
# Save results
print('Saving Metadata')
me.saveevent(meta, meta.workdir / f'WFC3_{meta.eventlabel}_Meta_Save', save=[])
print('tmp: ', 2+2)
print('tmp: ', 2+3)
print('Finished s10 \n')
return meta
4 changes: 2 additions & 2 deletions tests/run_files/obs_par.pcf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# NOTE: DO NOT USE SPACES IN LISTS!

# 00
rundir . # location of run dir
datadir ./data # location of data dir
rundir ./tests/ # location of run dir
datadir ./tests/data # location of data dir
suffix ima # data suffix (only ima supported right now)
which_visits [0] # which visits to use; Options: list (e.g., [0,1,3]) or everything

Expand Down

0 comments on commit d222e9f

Please sign in to comment.