Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: manifest.json file of the analysis outputs has misaligned output value of startYear #103

Closed
jdhoffa opened this issue Dec 9, 2024 · 0 comments · Fixed by #104
Closed

Comments

@jdhoffa
Copy link
Member

jdhoffa commented Dec 9, 2024

The manifest.json output found in https://pactadatadev.blob.core.windows.net/ghactions-workflow-pacta-results/main/latest/full_params_2023Q4/analysis_output_dir has a value of startYear = 2022, which is misaligned with the rest of the input parameters (which all correctly point to reasonable 2023 defaults):

  "params": {
    "portfolio": {
      "holdingsDate": "2023-12-31",
      "files": ["default_portfolio.csv"],
      "name": "Default Portfolio"
    },
    "analysis": {
      "equityMarketList": ["GlobalMarket", "DevelopedMarket", "EmergingMarket"],
      "scenarioGeographiesList": ["Global", "GlobalAggregate", "NonOECD", "OECD"],
      "scenarioSourcesList": ["GECO2023", "ISF2023", "WEO2023"],
      "sectorList": ["Power", "Automotive", "Coal", "Steel", "Aviation", "Cement"],
      "startYear": 2022, -> this is funky for some reason
      "timeHorizon": 5
    }
  },

Originally posted by @jdhoffa in RMI-PACTA/workflow.pacta.dashboard#35 (comment)

@jdhoffa jdhoffa changed the title This is so bizarre haha. Everything in the manifest.json file of the analysis outputs points to 2023 as expected, except for the startYear: bug: manifest.json file of the analysis outputs has misaligned output value of startYear Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant