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
"Model function parameters **are required to be keyword-only**. Syntactically, this means the first argument in the function definition must be `*`.\n",
170
+
"Model function parameters **are required to be keyword-only**.\n",
172
171
"```\n",
173
172
"\n",
174
173
"* In the backend, SAX inspects the model signature and passes in only the requested variables to the model function. \n",
0 commit comments