jdechalendar / gridemissions

Tools for power sector emissions tracking
MIT License
35 stars 6 forks source link

Some snapshot tests are failing (EIA API and workflows) #21

Open jdechalendar opened 6 months ago

jdechalendar commented 6 months ago

I noticed these failures when working on #20.

Summary section of pytest output follows.

===================================== test session starts ======================================
platform darwin -- Python 3.10.13, pytest-7.2.1, pluggy-1.0.0
rootdir: /Users/jacquesdechalendar/code/gridemissions
plugins: anyio-3.6.1, syrupy-4.0.1, cov-4.0.0, dash-2.10.0
collected 57 items

test/test_api.py ....                                                                    [  7%]
test/test_configure.py ..                                                                [ 10%]
test/test_eia_api.py ..........                                                          [ 28%]
test/test_eia_api_v2.py .........                                                        [ 43%]
test/test_eia_api_v2_snapshots.py FF..                                                   [ 50%]
test/test_eia_api_v2_snapshots_detailed.py F                                             [ 52%]
test/test_eia_bulk_grid_monitor.py ..                                                    [ 56%]
test/test_graphdata.py ...................                                               [ 89%]
test/test_graphdata2.py .                                                                [ 91%]
test/test_workflows.py ....F                                                             [100%]