Open tomasrelai opened 3 years ago
If I erroneously do
ctx = api.Context(cfg)
instead of
ctx = api.Context(**cfg)
I don't get any error --- and weird failures later on if I try to use that context.
Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-3829.
This link is only accessible to employees of RelationalAI.
If I erroneously do
instead of
I don't get any error --- and weird failures later on if I try to use that context.