Skip to content

Commit e72a878

Browse files
authored
Merge pull request #195 from esowc/branch-alba
Correct typo
2 parents 94f5859 + acbda1c commit e72a878

File tree

5 files changed

+2337
-1471
lines changed

5 files changed

+2337
-1471
lines changed

functions/functions_general.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,9 +2812,9 @@
28122812
" # Linear model\n",
28132813
" linear_fit_X, linear_fit_Y, B, A, linear_R2, linear_RMSE, linear_MSE = linear_regression(ax, X.reshape(-1, 1), Y.reshape(-1, 1), component_nom)\n",
28142814
" ax.plot(X, A + B * X, '--', color = color, linewidth = 3, \n",
2815-
" label = model.upper() + ' (A + B*X' if (source == 'model' or source == 'model-1' or source == 'model-2')\n",
2815+
" label = model.upper() + ' (A + B*X)' if (source == 'model' or source == 'model-1' or source == 'model-2')\n",
28162816
" else 'GOME-2 (A + B*X)' if (source == 'sensor' or source == 'sensor-1' or source == 'sensor-2') and sensor == 'gome' \n",
2817-
" else sensor.upper() + ' (A + B*X')\n",
2817+
" else sensor.upper() + ' (A + B*X)')\n",
28182818
"\n",
28192819
" try:\n",
28202820
" \n",

0 commit comments

Comments
 (0)