Skip to content

Commit

Permalink
Bump skyreader's SkyScanResult Comparison Updates (#198)
Browse files Browse the repository at this point in the history
* remove `--disqualify-zero-energy-pixels`

* <bot> update requirements-all.txt

* <bot> update requirements-client-starter.txt

* <bot> update requirements-nats.txt

* <bot> update requirements-pulsar.txt

* <bot> update requirements-rabbitmq.txt

* <bot> update requirements.txt

* <bot> update requirements-client-starter.txt

* <bot> update requirements-nats.txt

* <bot> update requirements-all.txt

* <bot> update requirements-pulsar.txt

* <bot> update requirements-rabbitmq.txt

* <bot> update requirements.txt

* <bot> update requirements-all.txt

* <bot> update requirements-client-starter.txt

* <bot> update requirements-nats.txt

* <bot> update requirements-pulsar.txt

* <bot> update requirements-rabbitmq.txt

* <bot> update requirements.txt

* remove `--disqualify-zero-energy-pixels` pt-2

---------

Co-authored-by: wipacdevbot <[email protected]>
  • Loading branch information
ric-evans and wipacdevbot authored Jun 8, 2023
1 parent 9533ef0 commit 45304f1
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 89 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ jobs:
python tests/compare_scan_results.py \
--actual $outfile \
--expected $(echo tests/data/results_npz/${{ matrix.reco_algo }}/$(basename $outfile) | sed 's/.json/.npz/g') \
--disqualify-zero-energy-pixels \
--assert \
|| (cat $(ls *.diff.json) && false)
- name: broker docker logs
Expand Down Expand Up @@ -463,6 +462,5 @@ jobs:
--actual /local/pkls/out.pkl \
--expected /local/pkls/$(basename $(ls tests/data/reco_pixel_pkls/${{ matrix.reco_algo }}/${{ matrix.dir }}/*.out.pkl)) \
--diff-out-dir /local/pkls/ \
--disqualify-zero-energy-pixels \
--assert \
|| (cat $(ls tests/data/reco_pixel_pkls/${{ matrix.reco_algo }}/${{ matrix.dir }}/*.diff.json) && false)
24 changes: 11 additions & 13 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astropy==5.3
# via
# healpy
# icecube-skyreader
cachetools==5.3.0
cachetools==5.3.1
# via wipac-rest-tools
certifi==2023.5.7
# via
Expand All @@ -22,7 +22,7 @@ coloredlogs==15.0.1
# via wipac-dev-tools
contourpy==1.0.7
# via matplotlib
cryptography==40.0.2
cryptography==41.0.1
# via pyjwt
cycler==0.11.0
# via matplotlib
Expand All @@ -40,7 +40,7 @@ htchirp==2.0
# via ewms-pilot
humanfriendly==10.0
# via coloredlogs
icecube-skyreader==1.0.2
icecube-skyreader==1.2.0
# via skymap-scanner (setup.py)
idna==3.4
# via requests
Expand All @@ -54,7 +54,7 @@ matplotlib==3.7.1
# icecube-skyreader
meander==0.0.3
# via icecube-skyreader
nats-py[nkeys]==2.2.0
nats-py[nkeys]==2.3.1
# via oms-mqclient
nkeys==0.1.0
# via nats-py
Expand All @@ -78,19 +78,19 @@ packaging==23.1
# via
# astropy
# matplotlib
pandas==2.0.1
pandas==2.0.2
# via icecube-skyreader
pika==1.3.2
# via oms-mqclient
pillow==9.5.0
# via matplotlib
pulsar-client==3.1.0
pulsar-client==3.2.0
# via oms-mqclient
pycparser==2.21
# via cffi
pyerfa==2.0.0.3
# via astropy
pyjwt[crypto]==2.5.0
pyjwt[crypto]==2.7.0
# via wipac-rest-tools
pyparsing==3.0.9
# via matplotlib
Expand Down Expand Up @@ -119,21 +119,19 @@ six==1.16.0
# via python-dateutil
tornado==6.3.2
# via wipac-rest-tools
types-cryptography==3.3.23.2
# via pyjwt
typing-extensions==4.6.0
typing-extensions==4.6.3
# via
# qrcode
# wipac-dev-tools
tzdata==2023.3
# via pandas
urllib3==2.0.2
urllib3==2.0.3
# via requests
wipac-dev-tools[coloredlogs]==1.6.15
wipac-dev-tools[coloredlogs]==1.6.16
# via
# icecube-skyreader
# oms-mqclient
# skymap-scanner (setup.py)
# wipac-rest-tools
wipac-rest-tools==1.4.18
wipac-rest-tools==1.4.20
# via skymap-scanner (setup.py)
22 changes: 10 additions & 12 deletions requirements-client-starter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astropy==5.3
# via
# healpy
# icecube-skyreader
cachetools==5.3.0
cachetools==5.3.1
# via wipac-rest-tools
certifi==2023.5.7
# via requests
Expand All @@ -20,7 +20,7 @@ coloredlogs==15.0.1
# via wipac-dev-tools
contourpy==1.0.7
# via matplotlib
cryptography==40.0.2
cryptography==41.0.1
# via pyjwt
cycler==0.11.0
# via matplotlib
Expand All @@ -34,11 +34,11 @@ healpy==1.16.2
# skymap-scanner (setup.py)
htchirp==2.0
# via ewms-pilot
htcondor==10.3.0
htcondor==10.5.0
# via skymap-scanner (setup.py)
humanfriendly==10.0
# via coloredlogs
icecube-skyreader==1.0.2
icecube-skyreader==1.2.0
# via skymap-scanner (setup.py)
idna==3.4
# via requests
Expand Down Expand Up @@ -72,15 +72,15 @@ packaging==23.1
# via
# astropy
# matplotlib
pandas==2.0.1
pandas==2.0.2
# via icecube-skyreader
pillow==9.5.0
# via matplotlib
pycparser==2.21
# via cffi
pyerfa==2.0.0.3
# via astropy
pyjwt[crypto]==2.5.0
pyjwt[crypto]==2.7.0
# via wipac-rest-tools
pyparsing==3.0.9
# via matplotlib
Expand Down Expand Up @@ -109,21 +109,19 @@ six==1.16.0
# via python-dateutil
tornado==6.3.2
# via wipac-rest-tools
types-cryptography==3.3.23.2
# via pyjwt
typing-extensions==4.6.0
typing-extensions==4.6.3
# via
# qrcode
# wipac-dev-tools
tzdata==2023.3
# via pandas
urllib3==2.0.2
urllib3==2.0.3
# via requests
wipac-dev-tools[coloredlogs]==1.6.15
wipac-dev-tools[coloredlogs]==1.6.16
# via
# icecube-skyreader
# oms-mqclient
# skymap-scanner (setup.py)
# wipac-rest-tools
wipac-rest-tools==1.4.18
wipac-rest-tools==1.4.20
# via skymap-scanner (setup.py)
22 changes: 10 additions & 12 deletions requirements-nats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astropy==5.3
# via
# healpy
# icecube-skyreader
cachetools==5.3.0
cachetools==5.3.1
# via wipac-rest-tools
certifi==2023.5.7
# via requests
Expand All @@ -20,7 +20,7 @@ coloredlogs==15.0.1
# via wipac-dev-tools
contourpy==1.0.7
# via matplotlib
cryptography==40.0.2
cryptography==41.0.1
# via pyjwt
cycler==0.11.0
# via matplotlib
Expand All @@ -38,7 +38,7 @@ htchirp==2.0
# via ewms-pilot
humanfriendly==10.0
# via coloredlogs
icecube-skyreader==1.0.2
icecube-skyreader==1.2.0
# via skymap-scanner (setup.py)
idna==3.4
# via requests
Expand All @@ -52,7 +52,7 @@ matplotlib==3.7.1
# icecube-skyreader
meander==0.0.3
# via icecube-skyreader
nats-py[nkeys]==2.2.0
nats-py[nkeys]==2.3.1
# via oms-mqclient
nkeys==0.1.0
# via nats-py
Expand All @@ -76,15 +76,15 @@ packaging==23.1
# via
# astropy
# matplotlib
pandas==2.0.1
pandas==2.0.2
# via icecube-skyreader
pillow==9.5.0
# via matplotlib
pycparser==2.21
# via cffi
pyerfa==2.0.0.3
# via astropy
pyjwt[crypto]==2.5.0
pyjwt[crypto]==2.7.0
# via wipac-rest-tools
pyparsing==3.0.9
# via matplotlib
Expand Down Expand Up @@ -113,21 +113,19 @@ six==1.16.0
# via python-dateutil
tornado==6.3.2
# via wipac-rest-tools
types-cryptography==3.3.23.2
# via pyjwt
typing-extensions==4.6.0
typing-extensions==4.6.3
# via
# qrcode
# wipac-dev-tools
tzdata==2023.3
# via pandas
urllib3==2.0.2
urllib3==2.0.3
# via requests
wipac-dev-tools[coloredlogs]==1.6.15
wipac-dev-tools[coloredlogs]==1.6.16
# via
# icecube-skyreader
# oms-mqclient
# skymap-scanner (setup.py)
# wipac-rest-tools
wipac-rest-tools==1.4.18
wipac-rest-tools==1.4.20
# via skymap-scanner (setup.py)
22 changes: 10 additions & 12 deletions requirements-pulsar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astropy==5.3
# via
# healpy
# icecube-skyreader
cachetools==5.3.0
cachetools==5.3.1
# via wipac-rest-tools
certifi==2023.5.7
# via
Expand All @@ -22,7 +22,7 @@ coloredlogs==15.0.1
# via wipac-dev-tools
contourpy==1.0.7
# via matplotlib
cryptography==40.0.2
cryptography==41.0.1
# via pyjwt
cycler==0.11.0
# via matplotlib
Expand All @@ -38,7 +38,7 @@ htchirp==2.0
# via ewms-pilot
humanfriendly==10.0
# via coloredlogs
icecube-skyreader==1.0.2
icecube-skyreader==1.2.0
# via skymap-scanner (setup.py)
idna==3.4
# via requests
Expand Down Expand Up @@ -72,17 +72,17 @@ packaging==23.1
# via
# astropy
# matplotlib
pandas==2.0.1
pandas==2.0.2
# via icecube-skyreader
pillow==9.5.0
# via matplotlib
pulsar-client==3.1.0
pulsar-client==3.2.0
# via oms-mqclient
pycparser==2.21
# via cffi
pyerfa==2.0.0.3
# via astropy
pyjwt[crypto]==2.5.0
pyjwt[crypto]==2.7.0
# via wipac-rest-tools
pyparsing==3.0.9
# via matplotlib
Expand Down Expand Up @@ -111,21 +111,19 @@ six==1.16.0
# via python-dateutil
tornado==6.3.2
# via wipac-rest-tools
types-cryptography==3.3.23.2
# via pyjwt
typing-extensions==4.6.0
typing-extensions==4.6.3
# via
# qrcode
# wipac-dev-tools
tzdata==2023.3
# via pandas
urllib3==2.0.2
urllib3==2.0.3
# via requests
wipac-dev-tools[coloredlogs]==1.6.15
wipac-dev-tools[coloredlogs]==1.6.16
# via
# icecube-skyreader
# oms-mqclient
# skymap-scanner (setup.py)
# wipac-rest-tools
wipac-rest-tools==1.4.18
wipac-rest-tools==1.4.20
# via skymap-scanner (setup.py)
Loading

0 comments on commit 45304f1

Please sign in to comment.