We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3636765 commit 0621ff5Copy full SHA for 0621ff5
.github/workflows/run_test.yml
@@ -44,6 +44,5 @@ jobs:
44
- name: Run test suites
45
run: |
46
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
+ ./run_tests.sh
49
curl -s https://codecov.io/bash | bash
fink_science/blazar_low_state/processor.py
@@ -56,6 +56,7 @@ def quiescent_state(
56
Mean over threshold of the last but one alert
57
Mean over threshold of the last alert
58
Measurement over threshold of the last alert
59
+ All the default values are set to -1 as it is an unphysical value
60
61
Examples
62
--------
0 commit comments