[feat] Improve the error message of the check_dims
and check_units
with multiple results
#88
Labels
enhancement
New feature or request
For example:
The output is:
This error message is not intuitive for users, and they don’t know which return value has a problem.
Perhaps we can tell what the dims or units of the return values should be and compare them to what they currently are.
The following codes are where the error is thrown now
brainunit/brainunit/_base.py
Lines 4534 to 4544 in 4a063d4
brainunit/brainunit/_base.py
Lines 4859 to 4868 in 4a063d4
The text was updated successfully, but these errors were encountered: