<!-- Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the past issues. --> #### Describe the bug <!-- A clear and concise description of what the bug is. --> The title has all the information. I ran into this because the default is `False` and my objective score wasn't getting printed. #### Expected Results <!-- Example: No error is thrown. Please paste or describe the expected results.--> objective score gets printed even if `include_auxiliary_scores` is `False`. #### Actual Results <!-- Please paste or specifically describe the actual output or traceback. --> objective score is not printed unless `include_auxiliary_scores` is `True` #### Versions <!-- Please provide the following information: - OS: [e.g. Windows] - Browser (if you're reporting a bug in jupyter): [e.g. Edge, Firefox, Chrome, Safari] - Python version: [e.g. 3.10.11] - PyRIT version: [e.g. 0.1.0 or installed from main branch in editable mode] - version of Python packages: please run the following snippet and paste the output: ```python import pyrit pyrit.show_versions() ``` --> This is with latest `main`. <!-- Thanks for contributing! -->