Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created June 28, 2015 19:28
Show Gist options
  • Save cdeil/2b06a58b53846d364c20 to your computer and use it in GitHub Desktop.
Save cdeil/2b06a58b53846d364c20 to your computer and use it in GitHub Desktop.
========================================
ctools 0.10.0: test/test-suite.log
========================================
# TOTAL: 3
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_ctools.sh
====================
***************
* Test ctools *
***************
Test ctobssim: .. ok
Test ctskymap: .. ok
Test ctbin: .... ok
Test ctexpcube: .... ok
Test ctpsfcube: .... ok
Test ctbkgcube: ...... ok
Test ctmodel: ./test_ctools.sh: line 354: 83483 Segmentation fault: 11 $ctmodel inobs="cntmap1.fits" incube="cntmap1.fits" outcube="modmap1.fits" expcube="NONE" psfcube="NONE" bkgcube="NONE" caldb="irf" irf="cta_dummy_irf" inmodel="data/crab.xml"
. modmap1.fits file is not found
FAIL test_ctools.sh (exit status: 1)
FAIL: test_cscripts.sh
======================
*****************
* Test cscripts *
*****************
Test csobsdef: .. ok
Test cspull: Traceback (most recent call last):
File "/Users/deil/code/ctools/scripts/cspull.py", line 399, in <module>
app.execute()
File "/Users/deil/code/ctools/scripts/cspull.py", line 193, in execute
self.run()
File "/Users/deil/code/ctools/scripts/cspull.py", line 231, in run
result = self.trial(seed)
File "/Users/deil/code/ctools/scripts/cspull.py", line 292, in trial
chatter=self.m_chatter)
File "/Users/deil/code/ctools/pyext/ctools/obsutils.py", line 47, in sim
sim = ctools.ctobssim(obs)
File "/Users/deil/code/ctools/pyext/ctools/tools.py", line 446, in __init__
this = _tools.new_ctobssim(*args)
RuntimeError: *** ERROR in GApplicationPars::load(std::string&): Parameter file "ctobssim.par" not found. Make sure that PFILES environment variable is set correctly.
. pull.dat file is not valid
FAIL test_cscripts.sh (exit status: 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment