We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4f435 commit 186861aCopy full SHA for 186861a
.github/workflows/lint-test.yml
@@ -71,5 +71,6 @@ jobs:
71
output-file-path: bench.json
72
github-token: ${{ secrets.GITHUB_TOKEN }}
73
comment-always: true
74
- fail-threshold: '150%'
+ fail-threshold: '200%'
75
+ alert-threshold: '150%'
76
auto-push: false
tests/test_benchmarks.py
@@ -3,7 +3,6 @@
3
from adam_core.dynamics.propagation import propagate_2body
4
from adam_core.time import Timestamp
5
6
-from precovery.main import precover
7
from precovery.observation import ObservationsTable
8
9
from .testutils import make_sourceframe_with_observations
0 commit comments