(mid)
| 1786 | original_get_weights = get_weights_dir |
| 1787 | |
| 1788 | def custom_weights_dir(mid): |
| 1789 | return output_dir |
| 1790 | |
| 1791 | import src.cli as cli_module |
| 1792 | cli_module.get_weights_dir = custom_weights_dir |
nothing calls this directly
no outgoing calls
no test coverage detected