GithubHelp home page GithubHelp logo

Comments (1)

phaelicks avatar phaelicks commented on June 19, 2024

Found the problem: the event times for NoiseAgent events are stored in scientific format in the logs, e.g. as 1.6125178564189658e+18. When parsing the logs to a dataframe via the function parse_logs_df in line 133 of abides_core.utils.py, the event time is checked to be in (int, np.int64) . Since the scientific format is of type floatthe event time is set to 0 in this line.

This si only be a problem with parsing the logs to a dataframe and should not cause any issues elsewhere. The event times for Noise agents are still recorded correctly in nanoseconds.

from abides-jpmc-public.

Related Issues (9)

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.