Skip to content
Snippets Groups Projects
Commit dfe52c34 authored by Stefan Reck's avatar Stefan Reck
Browse files

minor

parent 366b4fb0
No related branches found
No related tags found
1 merge request!20Parser
......@@ -36,6 +36,11 @@ OrcaSong can be installed via pip by running::
pip install orcasong
You can get a list of all the bash commands in orcasong by typing::
orcasong --help
A Singularity image of the latest stable version of OrcaSong is also provided.
You can download it from the km3net sftp server ``pi1139.physik.uni-erlangen.de``
in ``singularity/orcasong.sif``.
......@@ -8,11 +8,11 @@ EXAMPLES = os.path.join(
)
def test_extr(infile):
def _test_extr(infile):
return infile + "_extr"
orcasong.from_toml.EXTRACTORS["neutrino_mc"] = test_extr
orcasong.from_toml.EXTRACTORS["neutrino_mc"] = _test_extr
class TestSetupProcessorExampleConfig(TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment