Skip to content

Commit c2e4097

Browse files
committed
Address copilot review comments
Assisted-by: Codex.app:GPT-5.4
1 parent 6e5622d commit c2e4097

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
INSTALL_WITH: "conda"
4545

4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v4
4848
with:
4949
fetch-depth: 2
5050
- uses: conda-incubator/setup-miniconda@v2

contact_map/tests/test_contact_count.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import numpy as np
22

3-
try:
4-
import matplotlib
5-
except ImportError:
6-
pass
7-
else:
8-
matplotlib.use("Agg")
9-
103
# pylint: disable=wildcard-import, missing-docstring, protected-access
114
# pylint: disable=attribute-defined-outside-init, invalid-name, no-self-use
125
# pylint: disable=wrong-import-order, unused-wildcard-import

0 commit comments

Comments
 (0)