Skip to content

Commit 3948791

Browse files
authored
Merge pull request #455 from pikers/log_linearized_curve_overlays
Log linearized curve overlays
2 parents 926ab1d + 889e920 commit 3948791

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3537
-1692
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
testing:
3838
name: 'install + test-suite'
39+
timeout-minutes: 10
3940
runs-on: ubuntu-latest
4041
steps:
4142

piker/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# piker: trading gear for hackers.
2-
# Copyright 2020-eternity Tyler Goodlet (in stewardship for piker0)
2+
# Copyright 2020-eternity Tyler Goodlet (in stewardship for pikers)
33

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

17-
"""
17+
'''
1818
piker: trading gear for hackers.
1919
20-
"""
21-
from ._daemon import open_piker_runtime
20+
'''
21+
from .service import open_piker_runtime
2222
from .data.feed import open_feed
2323

2424
__all__ = [

0 commit comments

Comments
 (0)