Skip to content

Commit

Permalink
Update BuildEventNest3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fdechaumont committed Oct 3, 2022
1 parent 9ddd569 commit bb86232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LMT/lmtanalysis/BuildEventNest3.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def reBuildEvent( connection, file, tmin=None, tmax=None , pool = None ):

for idAnimalA in range( 1 , 5 ):
stopDictionnary[idAnimalA] = EventTimeLineCached(
connection, file, "Stop", minFrame=tmin, maxFrame=tmax ).getDictionnary()
connection, file, "Stop", idA=idAnimalA, minFrame=tmin, maxFrame=tmax ).getDictionnary()

nest3TimeLine = {}

Expand Down

0 comments on commit bb86232

Please sign in to comment.