Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taehyounpark committed Apr 3, 2024
1 parent 6829b28 commit 885384d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/queryosity/todo_varied.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ auto queryosity::todo<Bld>::varied::at(Nodes const &...selections)
this](systematic::resolver<lazy<selection::node>> const &sel) {
auto syst = varied_type(this->nominal().at(sel.nominal()));
for (auto const &var_name : var_names) {
syst.set_variation(var_name, this->variation(var_name).book(
syst.set_variation(var_name, this->variation(var_name).at(
sel.variation(var_name)));
}
return syst;
Expand Down

0 comments on commit 885384d

Please sign in to comment.