-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
standard tests list generator (#1264)
* standard tests list generator Signed-off-by: Samhita Alla <[email protected]> * bash Signed-off-by: Samhita Alla <[email protected]> * nit Signed-off-by: Samhita Alla <[email protected]> * nit Signed-off-by: Samhita Alla <[email protected]> * add torch Signed-off-by: Samhita Alla <[email protected]> * add torch Signed-off-by: Samhita Alla <[email protected]> * validate tests Signed-off-by: Samhita Alla <[email protected]> * update validation logic Signed-off-by: Samhita Alla <[email protected]> * lint Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * modify regex Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * remove re Signed-off-by: Samhita Alla <[email protected]> * remove test.py Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * remove test.py Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * change regex Signed-off-by: Samhita Alla <[email protected]> * debug Signed-off-by: Samhita Alla <[email protected]> * add env Signed-off-by: Samhita Alla <[email protected]> * do not truncate output Signed-off-by: Samhita Alla <[email protected]> * search Signed-off-by: Samhita Alla <[email protected]> * clean string Signed-off-by: Samhita Alla <[email protected]> * cleanup Signed-off-by: Samhita Alla <[email protected]> * incorporate suggestions by Eduardo Signed-off-by: Samhita Alla <[email protected]> * remove comment Signed-off-by: Samhita Alla <[email protected]> --------- Signed-off-by: Samhita Alla <[email protected]>
- Loading branch information
1 parent
aa8c72e
commit ae775d5
Showing
6 changed files
with
222 additions
and
90 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
examples/advanced_composition/advanced_composition/chain_entities.py | ||
examples/advanced_composition/advanced_composition/conditions.py | ||
examples/advanced_composition/advanced_composition/decorating_tasks.py | ||
examples/advanced_composition/advanced_composition/decorating_workflows.py | ||
examples/advanced_composition/advanced_composition/dynamics.py | ||
examples/advanced_composition/advanced_composition/map_task.py | ||
examples/advanced_composition/advanced_composition/waiting_for_external_inputs.py | ||
examples/basics/basics/documenting_workflows.py | ||
examples/basics/basics/hello_world.py | ||
examples/basics/basics/named_outputs.py | ||
examples/basics/basics/shell_task.py | ||
examples/basics/basics/workflow.py | ||
examples/data_types_and_io/data_types_and_io/dataclass.py | ||
examples/data_types_and_io/data_types_and_io/enum_type.py | ||
examples/data_types_and_io/data_types_and_io/file.py | ||
examples/data_types_and_io/data_types_and_io/folder.py | ||
examples/data_types_and_io/data_types_and_io/structured_dataset.py |
Oops, something went wrong.