Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created June 30, 2015 18:54
Show Gist options
  • Save cdeil/e6fb9ed0209487d48af2 to your computer and use it in GitHub Desktop.
Save cdeil/e6fb9ed0209487d48af2 to your computer and use it in GitHub Desktop.
========================================
ctools 0.10.0: test/test-suite.log
========================================
# TOTAL: 3
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
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 49, in sim
sim["edisp"] = edisp
File "/usr/local/gamma/lib/python3.4/site-packages/gammalib/app.py", line 348, in __setitem__
return _app.GApplication___setitem__(self, *args)
RuntimeError: *** ERROR in GApplicationPar::integer(int&): Invalid value. Attempt to set boolean parameter "edisp" with integer value.
. 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