Remove research projects (#36645)
* Remove research projects * Add new README to explain where the projects went * Trigger tests * Cleanup all references to research_projects
This commit is contained in:
@@ -95,8 +95,6 @@ def update_version_in_examples(version: str):
|
||||
"""
|
||||
for folder, directories, fnames in os.walk(PATH_TO_EXAMPLES):
|
||||
# Removing some of the folders with non-actively maintained examples from the walk
|
||||
if "research_projects" in directories:
|
||||
directories.remove("research_projects")
|
||||
if "legacy" in directories:
|
||||
directories.remove("legacy")
|
||||
for fname in fnames:
|
||||
|
||||
Reference in New Issue
Block a user