Skip to content

Commit

Permalink
All 160 default configurations running on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Aug 17, 2023
1 parent 7cd930d commit f45bcb5
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/test_script_ow.lk
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ for (t=0; t<#technologies; t++)
&& (technologies[t] != "Dish Stirling")
&& (technologies[t] != "ISCC")
&& (technologies[t] != "Retired")
&& (technologies[t] != "MSPTV2")
&& (technologies[t] != "PVWatts Wind Battery Hybrid"))
&& (technologies[t] != "MSPTV2"))
// && (technologies[t] != "PVWatts Wind Battery Hybrid"))
{
//Loop through all financing options for that technology
financing = list_financing(technologies[t]);
Expand Down
9 changes: 5 additions & 4 deletions src/case.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1372,11 +1372,12 @@ bool Case::SetConfiguration(const wxString& tech, const wxString& fin, bool sile
}
}

// TODO: update UI - check for hybrids
SendEvent(CaseEvent(CaseEvent::CONFIG_CHANGED, tech, fin));

} // end iterating over vartables


// TODO: update UI - check for hybrids
SendEvent(CaseEvent(CaseEvent::CONFIG_CHANGED, tech, fin));


wxString mm( wxJoin( notices, wxChar('\n') ) );
if ( !silent && notices.size() > 0 )
::wxShowTextMessageDialog( mm );
Expand Down
1 change: 1 addition & 0 deletions src/casewin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,7 @@ void CaseWindow::UpdateConfiguration()
DetachCurrentInputPage();
m_currentGroup = 0;
m_inputPageList->ClearItems();
m_pageGroups.clear();

ConfigInfo *cfg = m_case->GetConfiguration();
if ( !cfg ) return;
Expand Down
Loading

0 comments on commit f45bcb5

Please sign in to comment.