overlay-market / overlay-risk

Risk metrics for various data streams
MIT License
13 stars 4 forks source link

Univ3 feed #17

Closed mesozoic-technology closed 2 years ago

mesozoic-technology commented 3 years ago

This pr has scripts for putting cumulative tick data into influx and putting cumulative tick & liq data and raw observation data into json

mikeyrf commented 3 years ago

Hmm tests seems to be failing as well as flake8 checks. Any chance why?

mesozoic-technology commented 3 years ago

Not sure, what are flake8 checks?

On Mon, Aug 9, 2021 at 9:44 AM Michael Feldman @.***> wrote:

Hmm tests seems to be failing as well as flake8 checks. Any chance why?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/overlay-market/overlay-risk/pull/17#issuecomment-895235103, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADG5UGNIZXSMYD3C3NUB7K3T37LUJANCNFSM5BRJLEAQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

mikeyrf commented 3 years ago

Just a style enforcer for python.

If you do poetry install from cli, it should install flake8 for you