Skip to content
Snippets Groups Projects
  • zachjweiner's avatar
    bfe78fba
    Add check for missing input ArrayArgs (#451) · bfe78fba
    zachjweiner authored
    
    * add check for missing input ArrayArgs and test
    
    * fix tests that fail because of gh-450 (is_input issue)
    
    * appease flake8
    
    * Specify is_input in tutorial where necessary
    
    * rename function, guard __debug__
    
    * add arg check to CKernelExecutor
    
    * add comment explaining placement of missing array arg check
    
    * Improve missing-arg error message
    
    Co-authored-by: default avatarAndreas Kloeckner <inform@tiker.net>
    bfe78fba
    History
    Add check for missing input ArrayArgs (#451)
    zachjweiner authored
    
    * add check for missing input ArrayArgs and test
    
    * fix tests that fail because of gh-450 (is_input issue)
    
    * appease flake8
    
    * Specify is_input in tutorial where necessary
    
    * rename function, guard __debug__
    
    * add arg check to CKernelExecutor
    
    * add comment explaining placement of missing array arg check
    
    * Improve missing-arg error message
    
    Co-authored-by: default avatarAndreas Kloeckner <inform@tiker.net>