POSYDON-code/POSYDON
Add better checks on assumed input types/values to all functions
開放
#462 建立於 2024年12月3日
enhancementgood first issuehelp wanted
倉庫指標
- 星標
- (42 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.