Skip to content

Commit 186861a

Browse files
authored
remove unused import (#101)
* remove unused import * fix alert and fail threshold
1 parent fe4f435 commit 186861a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ jobs:
7171
output-file-path: bench.json
7272
github-token: ${{ secrets.GITHUB_TOKEN }}
7373
comment-always: true
74-
fail-threshold: '150%'
74+
fail-threshold: '200%'
75+
alert-threshold: '150%'
7576
auto-push: false

tests/test_benchmarks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from adam_core.dynamics.propagation import propagate_2body
44
from adam_core.time import Timestamp
55

6-
from precovery.main import precover
76
from precovery.observation import ObservationsTable
87

98
from .testutils import make_sourceframe_with_observations

0 commit comments

Comments
 (0)