The color bar in the plot comparison is reversed. But, the plots also don't make too much sense anyway. This whole function should be double checked:
|
def plot_comparison(y_true, y_pred, dem, |
, but if nothing else, the colorbar should be fixed, somehow:
|
fig.colorbar(im, cax=cbar_ax, label='Water Depth') |
The color bar in the plot comparison is reversed. But, the plots also don't make too much sense anyway. This whole function should be double checked:
deep_routing_lab/src/drl/utils/viz.py
Line 9 in 194bc33
deep_routing_lab/src/drl/utils/viz.py
Line 49 in 194bc33