mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 00:45: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 Results import Benchmark
|
||||||
from Utils import Files, EnvDefault
|
from Utils import Files, EnvDefault
|
||||||
import argparse
|
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
|
import argparse
|
||||||
from Results import Summary
|
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
|
import argparse
|
||||||
from Experiments import Experiment, Datasets
|
from Experiments import Experiment, Datasets
|
||||||
from Results import Report
|
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 argparse
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from Experiments import Datasets
|
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
|
import argparse
|
||||||
from Results import Summary
|
from Results import Summary
|
||||||
from Utils import EnvDefault
|
from Utils import EnvDefault
|
||||||
|
Reference in New Issue
Block a user