Skip to content

Commit

Permalink
Merge pull request #455 from pikers/log_linearized_curve_overlays
Browse files Browse the repository at this point in the history
Log linearized curve overlays
  • Loading branch information
goodboy committed Mar 13, 2023
2 parents 926ab1d + 889e920 commit 3948791
Show file tree
Hide file tree
Showing 57 changed files with 3,537 additions and 1,692 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

testing:
name: 'install + test-suite'
timeout-minutes: 10
runs-on: ubuntu-latest
steps:

Expand Down
8 changes: 4 additions & 4 deletions piker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# piker: trading gear for hackers.
# Copyright 2020-eternity Tyler Goodlet (in stewardship for piker0)
# Copyright 2020-eternity Tyler Goodlet (in stewardship for pikers)

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
Expand All @@ -14,11 +14,11 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

"""
'''
piker: trading gear for hackers.
"""
from ._daemon import open_piker_runtime
'''
from .service import open_piker_runtime
from .data.feed import open_feed

__all__ = [
Expand Down
Loading

0 comments on commit 3948791

Please sign in to comment.