| 902 | } |
| 903 | |
| 904 | bool Case::PreRunSSCJSON(const wxString& tech, const wxString& fin, const wxString& fn, wxString* error_msg) |
| 905 | { |
| 906 | m_baseCase.Clear(); |
| 907 | m_config = SamApp::Config().Find(tech, fin); |
| 908 | |
| 909 | return m_baseCase.InvokeSSC(false, fn); |
| 910 | } |
| 911 | |
| 912 | |
| 913 | /* TODO: hybrids - reinstate for loading ssc json modofications in CSP workflows, update similarly to LoadDefaults |
no test coverage detected