Skip to content

Commit 0f7d0ec

Browse files
authored
fix code formatting (#160)
1 parent 624678f commit 0f7d0ec

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

massbalancemachine/plots/perf_plots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import seaborn as sns
33
import math
44

5-
65
overwrite_legend = {"pearson_corr": "\\rho", "R2": "R^2", "r2": "R^2"}
76

87

scripts/geo/train_wgeo=0.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
loadParams,
1818
)
1919

20-
2120
parser = argparse.ArgumentParser()
2221
parser.add_argument("modelType", type=str, help="Type of model to train")
2322
args = parser.parse_args()

scripts/nongeo/train_iceland.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
from regions.Switzerland.scripts.nn_helpers import plot_training_history
3535

36-
3736
# data = pd.read_csv('./notebooks/example_data/iceland/files/iceland_monthly_dataset.csv')
3837
# print('Number of winter and annual samples:', len(data))
3938

0 commit comments

Comments
 (0)