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 454b02a commit d25c05f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ test =
astroquery
pytest-ordering==0.6

[options.package_data]
pacman =
data/stellar_models/ck04models/file_list.txt
data/stellar_models/k93models/file_list.txt
data/stellar_models/phoenix/file_list.txt
data/bandpass/*
data/flats/*
data/run_files/*
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+7)
print('tmp: ', 2+10)
print('Finished s10 \n')
return meta

0 comments on commit d25c05f

Please sign in to comment.