Python Module Index

v
 
v
valjean
    valjean.cambronne
    valjean.cambronne.commands.env The ``env`` subcommand
    valjean.cambronne.commands.graph The ``graph`` subcommand
    valjean.cambronne.commands.run The ``run`` subcommand
    valjean.cambronne.common Common tools for the :program:`valjean` executable
    valjean.cambronne.main Main executable
    valjean.chrono A context manager to time code sections
    valjean.config Configuration class for the :mod:`valjean` package
    valjean.cosette
    valjean.cosette.backends.queue Scheduling tasks based on Python threads and queues
    valjean.cosette.code Code-specific tasks and dependency graphs
    valjean.cosette.depgraph Dependency graphs
    valjean.cosette.env Task scheduling and dependency handling
    valjean.cosette.pythontask Wrap Python code in a task
    valjean.cosette.rlist A list that also provides fast reverse lookup
    valjean.cosette.run Task for generic command execution
    valjean.cosette.scheduler Task scheduling and dependency handling
    valjean.cosette.task Task specification
    valjean.cosette.use Inject function arguments from the environment
    valjean.dyn_import Utilities that dynamically import Python source files as modules.
    valjean.eponine
    valjean.eponine.apollo3
    valjean.eponine.apollo3.hdf5_picker Pick HDF5 results from Apollo3 and store the results in :class:`~valjean.eponine.dataset.Dataset`
    valjean.eponine.apollo3.hdf5_reader Read an Apollo3 HDF5 file and store the results as :class:`~valjean.eponine.dataset.Dataset` objects in a :class:`~valjean.eponine.browser.Browser`
    valjean.eponine.browser
    valjean.eponine.dataset Unified data format for valjean.
    valjean.eponine.tripoli4
    valjean.eponine.tripoli4.common Common methods to build numpy arrays from dictionaries and lists
    valjean.eponine.tripoli4.data_convertor Module to convert Tripoli-4 results to :class:`~.eponine.dataset.Dataset`
    valjean.eponine.tripoli4.depletion Read Tripoli-4 results from depletion cases, from ROOT files and store them as :class:`valjean.eponine.dataset.Dataset`
    valjean.eponine.tripoli4.grammar Grammar for pyparsing parser
    valjean.eponine.tripoli4.parse Parse Tripoli-4 outputs and provide :class:`valjean.eponine.browser.Browser`
    valjean.eponine.tripoli4.parse_debug Debug parsing of Tripoli-4 outputs
    valjean.eponine.tripoli4.scan Scan Tripoli-4 outputs and select relevant results
    valjean.eponine.tripoli4.transform Methods to transform pyparsing results into Python standard objects (dictionaries and lists) and `NumPy` arrays
    valjean.eponine.tripoli4.use Inject parsing results into free functions
    valjean.gavroche
    valjean.gavroche.diagnostics
    valjean.gavroche.diagnostics.metadata Test of all metadata were consistent for the compared metadata sets
    valjean.gavroche.diagnostics.stats Generate statistics about success and failure of tests and tasks
    valjean.gavroche.eval_test_task a task to evaluate tests and convert them into test results
    valjean.gavroche.stat_tests
    valjean.gavroche.stat_tests.bonferroni Tests to handle multiple comparisons
    valjean.gavroche.stat_tests.chi2 χ² test to compare datasets (especially spectra or meshes)
    valjean.gavroche.stat_tests.student Student's t-test to compare datasets
    valjean.gavroche.test Domain-specific language for tests
    valjean.javert
    valjean.javert.formatter Provides the :class:`~valjean.javert.formatter.Formatter` abstract class.
    valjean.javert.mpl Convert templates to plots with `matplotlib`.
    valjean.javert.plot_repr Module containing a catalogue of functions to convert test results into plot templates.
    valjean.javert.representation Classes that transform :class:`~.TestResult` objects into collections of items (defined in :mod:`~.javert.items`).
    valjean.javert.rst Convert items (from the :mod:`~valjean.javert.items` module) to the reStructuredText format.
    valjean.javert.table_repr Module containing a catalogue of functions to convert test results into table templates.
    valjean.javert.templates Classes that model what can appear in the final report (tables, pictures, text...).
    valjean.javert.test_external Provides a test to help users to import their own tests result in the default report.
    valjean.javert.test_report Provides a few classes that model a test report.
    valjean.javert.verbosity Define verbosity levels with an enum.
    valjean.path Utilities that simplify certain filesystem tasks