USEPA / FrEDI

FrEDI estimates annual physical and economic impacts from climate change to the U.S., through the 21st century
https://usepa.github.io/FrEDI
Other
11 stars 5 forks source link

Modifications to GitHub actions #157

Open knoiva-indecon opened 8 months ago

knoiva-indecon commented 8 months ago
  1. Issue with Action Test FrEDI Package.

    • GitHub action to create report figures no longer working as of Commit #155, after adding state-level capability for a batch of sectors (roads, coastal properties, vibrio, CIL agriculture, valley fever)
    • Getting error The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled. (e.g., see Action #:)
    • Likely that the addition of the new state-level sectors has led to an issue where the resources consumed in the process exceeded the limits. Will need to break into multiple steps (maybe create and save data and then create figures? Or, at least remove intermediate objects and only load as needed).
  2. Add additional report figures.

  3. Consider adding the test to create a dashboard to compare results to those from a dedicated branch of FrEDI.

knoiva-indecon commented 8 months ago

Tests still work locally. Will separate the action into multiple steps in a future update.

knoiva-indecon commented 4 months ago

Addressed with merge of pull request #167 or pull request #168, after splitting the creation of report figures (the testing workflow) into multiple steps. However, after extending max year to 2100, running into the same issue again, where the creation of appendix figures times out.

Need to look into splitting the appendix figures into multiple steps, or other ways to increase the efficiency of the functions.