-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working