POSYDON-code/POSYDON

Add better checks on assumed input types/values to all functions

オープン

#462 opened on 2024/12/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (35 件のフォーク)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (42 個のスター)
PR merge metrics
 (PR metrics pending)

説明

We have a lot of functions, which work currently with assumptions either only written in the doc-strings or even nowhere mentioned. All this can produce unforeseen runtime errors at any parts of the code. A more specific example in the case of None type objects is already given in issue #236 . Another common case are floats or integers to be of the correct type or range.

コントリビューターガイド