Error class for alignment failures due to incompatible arguments.
| 37 | |
| 38 | |
| 39 | class AlignmentError(ValueError): |
| 40 | """Error class for alignment failures due to incompatible arguments.""" |
| 41 | |
| 42 | |
| 43 | def reindex_variables( |
no outgoing calls
no test coverage detected
searching dependent graphs…