Browse Source

fix tests

Bastien Sevajol 7 years ago
parent
commit
a0b28553bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      synergine2/cycle.py

+ 1 - 1
synergine2/cycle.py View File

318
                                 str(type(behaviour)),
318
                                 str(type(behaviour)),
319
                                 str(subject.id),
319
                                 str(subject.id),
320
                                 str(behaviour_data),
320
                                 str(behaviour_data),
321
-                                elapsed_time.get_final_time(),
321
+                                elapsed_time.get_time(),
322
                             ))
322
                             ))
323
 
323
 
324
                 if behaviour_data:
324
                 if behaviour_data: