Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
tests/
|--├── .gitlab-ci.yml
|--├── .iter-ci.sh
|-- README.md
|--├── ids_configuration.yml
├── __init__.py
|--├── getinput_idspulse_info.py
|-- get_ids_name.py
|-- ids_configuration.yml
|-- input_pulse_file
|   `-- exampleDB
|  file
│   ├── GITLAB
│   │   └── 3
│   │       └── 0
│   └── ITER
│       `--└── 3
|│            └── `-- 0
|│               └──  `-- ids_example.*
|--├── main_code_run
|│   ├──  `-- run_actornemo.sh
|--│   └── scenario.yaml
├── modules_gitlab.yml
|--├── modules_iter.yml
|--├── native_codes_build
|│   └──  `-- build_actornemo.sh
|--├── pytest_scripts
|│   ├──  |--conftest.py
│   ├── __init__.py
|│   ├──  |-- conftest.py
|   |-- pytest.ini
|   `-- test_actor.py
`-- test.shpytest.ini
│   └── test_nemo.py
├── README.md
├── test.sh
└── utils
    ├── get_ids_info.py
    └── get_ids_name.py