You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"FORTRAN_ARRAY_DIMS[{name!r}] has no {name}(1) in the registry. "
129
-
"Register at least one indexed variant (e.g. _r(f'{name}(1)', ...))."
130
-
)
120
+
raiseValueError(f"FORTRAN_ARRAY_DIMS[{name!r}] has no {name}(1) in the registry. ""Register at least one indexed variant (e.g. _r(f'{name}(1)', ...)).")
f"{name!r} has indexed variants (e.g. {name}(1)) but is missing from "
141
-
"FORTRAN_ARRAY_DIMS. Add it there with its Fortran dimension expression."
142
-
)
129
+
raiseValueError(f"{name!r} has indexed variants (e.g. {name}(1)) but is missing from ""FORTRAN_ARRAY_DIMS. Add it there with its Fortran dimension expression.")
0 commit comments