Versions Compared

Key

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

...

Code Block
languagebash
tests/

├── ci_scripts
│   ├── .gitlab-ci.yml
├──│   └── .iter-ci.sh
├── configs
│   └── ids_configuration.yml
├── __init__.py
├── input_pulse_file
│   ├── GITLABITER
│   │   └── 3
│   │       └── 0
│   │           └── ITER{pulsefiles}
│   └── GITLAB
│       └── 3
│           └── 0
│               └── ids_example{pulsefiles}
├── main_code_run
│   ├──└── run_nemo.sh
├── modules
│   └── scenario.yaml
├── modules_gitlab.yml
├──│   └── modules_iter.yml
├── native_codes_build
│   └── build_nemo.sh
├── pytest_scripts
│   ├── conftest.py
│   ├── __init__.py
│   ├── pytest.ini
│   └── test_nemo.py
├── README.md
├── test.sh
└── utils
    ├── get_ids_info.py
    └── get_ids_name.py