mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-04 22:23:08 +00:00
Fix merge remote-tracking branch 'origin/develop' into addDiagnostics
This commit is contained in:
commit
1ae4352dad
@ -23,7 +23,7 @@ class Result:
|
||||
missingSamples = missingVector[-1]
|
||||
if missingSamples == 0:
|
||||
self.blockAvailable = 1
|
||||
self.tta = len(missingVector) * (1000/config.stepDuration)
|
||||
self.tta = len(missingVector) * (config.stepDuration)
|
||||
else:
|
||||
self.blockAvailable = 0
|
||||
self.tta = -1
|
||||
|
||||
@ -71,7 +71,6 @@ class Simulator:
|
||||
j = i - int(heavyVal/self.shape.vpn2)
|
||||
start = offset+( j *self.shape.chi)
|
||||
end = offset+((j+1)*self.shape.chi)
|
||||
# Remove duplicates
|
||||
r = set(rows[start:end])
|
||||
c = set(columns[start:end])
|
||||
val = Validator(i, int(not i!=0), self.logger, self.shape, r, c)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user