Skip to content

Commit 0621ff5

Browse files
committed
Minor corrections
1 parent 3636765 commit 0621ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ jobs:
4444
- name: Run test suites
4545
run: |
4646
rm -f /tmp/forest_*.onnx
47-
./run_tests.sh --single_module fink_science/standardized_flux/processor.py
48-
./run_tests.sh --single_module fink_science/blazar_low_state/processor.py
47+
./run_tests.sh
4948
curl -s https://codecov.io/bash | bash

fink_science/blazar_low_state/processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def quiescent_state(
5656
Mean over threshold of the last but one alert
5757
Mean over threshold of the last alert
5858
Measurement over threshold of the last alert
59+
All the default values are set to -1 as it is an unphysical value
5960
6061
Examples
6162
--------

0 commit comments

Comments
 (0)