Skip to content

Possible shape / index error in topography_metrics #13

@nathimel

Description

@nathimel

In section 'Identify Publications to Analyze', the first cell gives

converged_kernel_size = data_k['converged_kernel_size'][:,-pm['convergence_degree']]
(2, 31667, 10)

but should be
(31667, 10)

We have the following
print(data_k['converged_kernel_size'][0,:,-pm['convergence_degree']].shape)
(31667,)

This may be a result of some error in the following steps that produce data consumed by topography_metrics:

populate_topography
background_distribution (did not run Astrophysics Per Year, but doubt that's relevant)
search_convergence (immediately prior to topography_metrics, for the relevant region)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions