Skip to content

Better error handling

This is a broad issue. Below are a list of errors that are currently opaque to new users. We need to raise explicit exceptions for these issues.

  • Computing gradients before initializing the optmap
  • Using a non PWC signal with GRAPE optimization
  • Mark Propagations that have the gradient implemented
Edited by Alessandro Ciani