Skip to content

Commit

Permalink
fix for hip test init -- was calling initmode in loops which is not g…
Browse files Browse the repository at this point in the history
…ood.
  • Loading branch information
rcoreilly committed Nov 9, 2024
1 parent 7be01f8 commit 73903b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ch7/hip/hip.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ func (ss *Sim) Init() {
}

func (ss *Sim) TestInit() {
ss.Loops.InitMode(etime.Test)
tst := ss.Envs.ByMode(etime.Test).(*env.FixedTable)
tst.Init(0)
}
Expand Down

0 comments on commit 73903b4

Please sign in to comment.