Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Nov 7, 2024
1 parent 037d5af commit abf91a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct UnitWrap::UnitTest<D>::TestCalcLiqRelaxationTimescale : public UnitWrap::
REQUIRE(self[s].epsc == self_host(s).epsc);
}
}
else {
else if (this->m_baseline_action == GENERATE) {
for (Int s = 0; s < max_pack_size; ++s) {
self_host(s).write(Base::m_fid);
}
Expand Down

0 comments on commit abf91a6

Please sign in to comment.