mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35:54 +00:00
Add shebang to main scripts
This commit is contained in:
1
src/benchmark.py
Normal file → Executable file
1
src/benchmark.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
from Results import Benchmark
|
||||
from Utils import Files, EnvDefault
|
||||
import argparse
|
||||
|
1
src/list.py
Normal file → Executable file
1
src/list.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#! /usr/bin/env python
|
||||
import argparse
|
||||
from Results import Summary
|
||||
|
||||
|
1
src/main.py
Normal file → Executable file
1
src/main.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import argparse
|
||||
from Experiments import Experiment, Datasets
|
||||
from Results import Report
|
||||
|
1
src/report.py
Normal file → Executable file
1
src/report.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import argparse
|
||||
import numpy as np
|
||||
from Experiments import Datasets
|
||||
|
1
src/summary.py
Normal file → Executable file
1
src/summary.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import argparse
|
||||
from Results import Summary
|
||||
from Utils import EnvDefault
|
||||
|
Reference in New Issue
Block a user