POSYDON-code/POSYDON

`find_nearest` in `gridutils`

开放

#465 创建于 2024年12月5日

 (0 条评论) (0 个反应) (0 位负责人)Python (35 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (42 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

find_nearest doesn't use: find_index_nearest_neighbour, which is available.

Additionally, it requires the input to be numpy.array's. Can we change the code function to np.argmin()? And np.abs?

贡献者指南