openclimatefix / nowcasting_datamodel

Datamodel for the nowcasting project
6 stars 6 forks source link

Add index #33

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

add index on forecast_value

Fixes #

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

If your changes affect data processing, have you plotted any changes? i.e. have you done a quick sanity check?

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #33 (6eb11b2) into main (0590438) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #33   +/-   ##
=======================================
  Coverage   97.90%   97.90%           
=======================================
  Files          16       16           
  Lines         572      572           
=======================================
  Hits          560      560           
  Misses         12       12           
Impacted Files Coverage Δ
nowcasting_datamodel/models/gsp.py 90.76% <100.00%> (ø)
nowcasting_datamodel/models/models.py 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more