Skip to content

Commit 2223926

Browse files
Small fixes (#246)
* Improve README * Fix docstring typo * Allow use temporary directory for pytmatrix LUTs * Improve OSUG readers * Fix subprocess environment for cloud jupyter kernels * Improve documentation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Remove static image * Remove need of pytz * Include pytmatrix disdrodb tests to CI * Fix issues * Add full tests of summary routine * Add simple tests for viz functions * Add simple tests for viz functions --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f370c7d commit 2223926

Some content is hidden

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

46 files changed

+1263
-606
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
init-shell: >-
4343
bash
4444
45+
- name: Install pytmatrix-lte
46+
run: |
47+
python -m pip install --upgrade pip
48+
python -m pip install git+https://github.com/ltelab/pytmatrix-lte.git
49+
4550
- name: Install the package
4651
run: |
4752
pip install -e .

.github/workflows/tests_windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
init-shell: >-
3434
bash
3535
36+
- name: Install pytmatrix-lte
37+
run: |
38+
python -m pip install --upgrade pip
39+
python -m pip install git+https://github.com/ltelab/pytmatrix-lte.git
40+
3641
- name: Install the package
3742
run: |
3843
pip install -e .

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ repos:
3434
- id: codespell
3535
types_or: [python, markdown, rst]
3636
additional_dependencies: [tomli]
37-
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.20.0
39-
hooks:
40-
- id: pyupgrade
37+
# - repo: https://github.com/asottile/pyupgrade
38+
# rev: v3.20.0
39+
# hooks:
40+
# - id: pyupgrade
4141
- repo: https://github.com/MarcoGorelli/madforhooks
4242
rev: 0.4.1
4343
hooks:

CONTRIBUTING.rst

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)