opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
175 stars 43 forks source link

Fix incorrect float type in linger value #349

Closed Peque closed 4 years ago

Peque commented 4 years ago

It should be an integer, in milliseconds.

codecov[bot] commented 4 years ago

Codecov Report

Merging #349 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #349      +/-   ##
==========================================
+ Coverage   99.25%   99.28%   +0.02%     
==========================================
  Files          26       26              
  Lines        3625     3625              
  Branches      262      262              
==========================================
+ Hits         3598     3599       +1     
  Misses         14       14              
+ Partials       13       12       -1
Impacted Files Coverage Δ
osbrain/agent.py 98.18% <100%> (ø) :arrow_up:
osbrain/tests/test_bugs.py 100% <0%> (+9.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 30ed3f4...a9abc82. Read the comment docs.