Skip to content

Commit f18c88d

Browse files
authored
Merge pull request #198 from tompollard/tp/histogram
Add `show_histograms` argument to display histograms (and `clip_histograms` for clipping outliers).
2 parents 7982f19 + 77bfa71 commit f18c88d

File tree

5 files changed

+301
-104
lines changed

5 files changed

+301
-104
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/setup-python@v3
2424
with:
2525
python-version: ${{ matrix.python-version }}
26-
cache: 'pip'
2726
- name: Install dependencies
2827
run: |
2928
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)