Skip to content

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

@jdhoffa

Description

@jdhoffa

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions