Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit a3f5b3e
Author: Lucas-Raphael Mueller <[email protected]>
Date:   Mon Feb 20 12:24:14 2023 +0100

    fix type annotation

commit 28ac925
Author: Lucas-Raphael Mueller <[email protected]>
Date:   Mon Feb 20 11:43:32 2023 +0100

    add os

commit dd11e1d
Author: Lucas-Raphael Mueller <[email protected]>
Date:   Mon Feb 20 11:42:19 2023 +0100

    quotes

commit e303707
Author: Lucas-Raphael Mueller <[email protected]>
Date:   Mon Feb 20 11:40:04 2023 +0100

    change to mamba for rtd
  • Loading branch information
Haydnspass committed Feb 20, 2023
1 parent cd29207 commit e6a6218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Required
version: 2

build:
os: ubuntu-20.04
tools:
python: "mambaforge-4.10"

conda:
environment: environment.yaml

Expand Down
2 changes: 1 addition & 1 deletion decode/generic/emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def filter_by_sigma(self, fraction: float, dim: Optional[int] = None, return_low

return self[filt_sig]

def hist_detection(self) -> dict():
def hist_detection(self) -> dict:
"""
Compute hist for detection associated attributes.
Expand Down

0 comments on commit e6a6218

Please sign in to comment.