DESCQA (v2): LSST DESC Quality Assurance for Galaxy Catalogs

Latest Run |  All Runs |  GitHub

Please wait while the content is being generated.

--> -->
 
 
ValueError
Python 3.7.4: /global/common/software/lsst/common/miniconda/desc-python-webapps/bin/python
Tue Jun 24 01:47:37 2025

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /global/cfs/cdirs/lsst/www/descqa/v2/index.cgi in <module>()
      3 import cgitb
      4 cgitb.enable()
      5 
      6 import descqaweb
=>    7 descqaweb.run()
descqaweb = <module 'descqaweb' from '/global/cfs/cdirs/lsst/www/descqa/v2/descqaweb/__init__.py'>, descqaweb.run = <function run>
 /global/cfs/cdirs/lsst/www/descqa/v2/descqaweb/main.py in run()
     66             run=_run,
     67             catalog_prefix=form.getfirst('catalog_prefix'),
=>   68             test_prefix=form.getfirst('test_prefix'),
     69         )))
     70     else:
test_prefix undefined, form = FieldStorage(None, None, [MiniFieldStorage('run'... MiniFieldStorage('catalog_prefix', 'cosmoDC2')]), form.getfirst = <bound method FieldStorage.getfirst of FieldStor...MiniFieldStorage('catalog_prefix', 'cosmoDC2')])>
 /global/cfs/cdirs/lsst/www/descqa/v2/descqaweb/matrix.py in prepare_matrix(run='2022-11-29_10', catalog_prefix='cosmoDC2', test_prefix='SMF')
     52             descqa_run = DescqaRun(run, config.root_dir)
     53         except AssertionError:
=>   54             raise ValueError('Invalid run "{}"'.format(run))
     55     else:
     56         descqa_run = find_last_descqa_run()
builtin ValueError = <class 'ValueError'>, 'Invalid run "{}"'.format undefined, run = '2022-11-29_10'

ValueError: Invalid run "2022-11-29_10"
      args = ('Invalid run "2022-11-29_10"',)
      with_traceback = <built-in method with_traceback of ValueError object>