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
I'm using a codebase that uses gin-config and one function argument I want to modify is a list consisting of tuples (str array name, array shape, array data type). How does one specify a data type using gin-config?
The text was updated successfully, but these errors were encountered:
RylanSchaeffer
changed the title
How to specify a data type?
How to use gin-config with data types and namedtuples?
Dec 22, 2020
Ok this just became a little more complicated. The function doesn't accept a list of tuples - it requires a list of named tuples. How can I specify these with gin-config?
I'm using a codebase that uses gin-config and one function argument I want to modify is a list consisting of tuples
(str array name, array shape, array data type)
. How does one specify a data type using gin-config?The text was updated successfully, but these errors were encountered: