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 b584df7 commit e12b08d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ztfquery/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,17 +753,6 @@ 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):
""" """
try:
Expand Down

0 comments on commit e12b08d

Please sign in to comment.