Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexrame/fishr
/ delete
Method
delete
domainbed/scripts/sweep.py:81–85 ·
view source on GitHub ↗
(jobs)
Source
from the content-addressed store, hash-verified
79
80
@staticmethod
81
def
delete(jobs):
82
print(
'Deleting...'
)
83
for
job in jobs:
84
shutil.rmtree(job.output_dir)
85
print(f
'Deleted {len(jobs)} jobs!'
)
86
87
def
all_test_env_combinations(n):
88
""
"
Callers
1
sweep.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected