Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
DEFAULT_BRANCH: develop
WX_VERSION: '3.2.6'
WX_VERSION: '3.2.8.1'

jobs:
build-ubuntu:
Expand Down
2 changes: 1 addition & 1 deletion src/invoke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ void fcall_ssc_auto_exec(lk::invoke_t& cxt)
// if (auto vv = cxt.env()->lookup(name, true))
// if (auto vv = c->Values(0).Get(name)) // TODO: hybrids
/*
* Note for hybrids - the search starts with the firs case vartable and continues until the first "name" is found in the UI
* Note for hybrids - the search starts with the first case vartable and continues until the first "name" is found in the UI
*/ auto cfg = c->GetConfiguration();
int ndxHybrid = 0;
if (cfg->Technology.size() > 1) { // select ndxHybrid based on compute module position in simulations collection
Expand Down
Loading