(map_name)
| 174 | """ |
| 175 | |
| 176 | def _filename(map_name) -> str: |
| 177 | return f"{image_name}_{map_name}_{output_suffix}.png" |
| 178 | |
| 179 | to_plot = [i for i, bpt in enumerate(bodypart_names) if bpt in bodyparts_to_plot] |
| 180 | if len(to_plot) > 1: |
no outgoing calls
no test coverage detected