eegea
Results
2
issues of
eegea
Hi, I think there might be an error in risk_index. In lines 12 and 13 ` rl = 10 * fBG[fBG < 0]**2 rh = 10 * fBG[fBG > 0]**2`...
Hi, When using inet::RealTimeScheduler for emulation, for instance, with Simu5G, stale events occur frequently (some modules are dynamically deleted before the event is processed). But the code in [takeNextEvent()](https://github.com/inet-framework/inet/blob/370d3d503ab2a6a3affbd6a86a4afa64f9eb101d/src/inet/common/scheduler/RealTimeScheduler.cc#L155-L191) does...
Bug