paul-florentin-charles / bcn-rainfall-models

A project aiming at delevering tools for visualisation and analysis of Barcelona rainfall data. Data is retrieved from there: https://opendata-ajuntament.barcelona.cat/data/en/dataset/precipitacio-hist-bcn.
MIT License
0 stars 0 forks source link

Precise Optional[bool] type to "show" argument in plot functions #1

Closed paul-florentin-charles closed 1 year ago

paul-florentin-charles commented 1 year ago

Operate the following transformations for functions plot_rainfall(...) and plot_normal(...) in class YearlyRainfall

show=False -> show: Optional[bool] = False