Last active
July 15, 2024 17:25
-
-
Save elijahbenizzy/c5f46a612bf498d3100936b84d693ea3 to your computer and use it in GitHub Desktop.
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
import my_module | |
dr = ( | |
driver | |
.Builder() | |
.with_modules(my_module) | |
.build() | |
) | |
# Run columns A, B, C | |
dr.execute(["c", "a", "b"], inputs={"external_input" : 10}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment