-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GroMEt] Function Default Missing Values PR (#873)
This PR addresses an issue with function calls and default values. If a function call is happening and it contains keyword arguments, the GroMEt FN wouldn't appropriately wire all the ports to the operations that were happening. This has been fixed. ### Summary of Changes - Updated `to_gromet_pass.py` so that it more correctly generates keyword arguments. - Added test script `test_fun_default.py` that ensures consistency for generating keyword arguments. ### Related issues - None Resolves #810
- Loading branch information
1 parent
275bd97
commit a618df2
Showing
3 changed files
with
387 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.