Skip to content

Issues in L0_basic_MSES_manipulation.ipynb #54

@CommonClimate

Description

@CommonClimate
  • in L0_basic_MSES_manipulation.ipynb ts_list_euro_coral is now an empty list, so all subsequent commands that use it fail. Appears to be a pylipd/ontology issue, with some keys no longer retrieving the information they used to.

  • in L1_working_with_age_ensembles.ipynb, notebook fails on this cell:

paleoValues = ens_df['ensembleVariableValues'][0][:,1:] #Drop the column that contains depth
paleoDepth = ens_df['ensembleDepthValues'][0]

value_name = "SST"
value_unit = "deg C"

chronValues = paleo_row['time_values'].to_numpy()[0]
chronDepth = paleo_row['depth_values'].to_numpy()[0]

time_name = 'Time'
time_unit = 'Years BP'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions