Git Product home page Git Product logo

Comments (3)

nbaertsch avatar nbaertsch commented on August 28, 2024

line 54: ssb.timeStat.push (newTime.ticks - ssb.lastChange.ticks).int

assigning an int64 to a float64 is the cause and I think it maybe could be fixed just simply by
ssb.timeStat.push (newTime.ticks - ssb.lastChange.ticks).float

from suru.

de-odex avatar de-odex commented on August 28, 2024

I am not too sure. line 34

proc push(mv: var ExpMovingAverager, value: SomeNumber) =
  let value = value.float

should catch that as well.

from suru.

nbaertsch avatar nbaertsch commented on August 28, 2024

still running into this issue, now on nim 2.0.0. Is it perhaps to do with using the same name for push(... , value: SomeNumber) and let value = value.float? I am not sure nim handles this name conflict. Confirmed that my change above fixes the issue but a preferred fix would be in the push function`.

from suru.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.