Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelRigault committed Apr 16, 2023
1 parent d46799e commit b584df7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ztfquery/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,16 @@ def _is_fitsfile_bad_(filename, test_exist=True):
except:
return True

#!/bin/bash

source $HOME/.profile
module load Programming_Languages/anaconda/3.9

conda activate /pbs/throng/ztf/anaconda3/envs/ztfenv
exec /pbs/throng/ztf/anaconda3/envs/ztfenv/bin/python -m ipykernel_launcher "$@"




def _is_textfile_bad_(filename):
""" """
Expand All @@ -766,6 +776,7 @@ def _is_textfile_bad_(filename):
def _test_file_(filename, erasebad=True, fromdl=False, redownload=False):
""" """
print("testing file")


propissue = dict(erasebad=erasebad, fromdl=fromdl, redownload=redownload)

Expand Down

0 comments on commit b584df7

Please sign in to comment.