Skip to content

Conversation

@Johnsonms
Copy link
Contributor

@Johnsonms Johnsonms commented Nov 11, 2025

Motivation

Fixed the issue #13048

The maybe_executor_submit() function was being called with positional arguments, but it only
accepts keyword-only arguments (defined with *, in the function signature).

Modifications

Converted the function call from positional to keyword arguments:

  • Changed 6 positional arguments to 5 keyword arguments
  • Mapped the arguments correctly

Accuracy Tests

Benchmarking and Profiling

Checklist

@gemini-code-assist
Copy link
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@Fridge003 Fridge003 merged commit e3b38d7 into sgl-project:main Nov 11, 2025
37 of 70 checks passed
@Johnsonms Johnsonms deleted the modelload_typeError branch November 14, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants