mlr-org / mlr3temporal

Forecasting for mlr3
https://mlr3temporal.mlr-org.com
GNU Lesser General Public License v3.0
20 stars 2 forks source link

Follow style guide #36

Closed pfistfl closed 4 years ago

pfistfl commented 4 years ago

Fix this when there is time left:

See here: https://github.com/mlr-org/mlr3/wiki/Style-Guide

Mostly missing spaces around =, i.e. in mlr3 we do a = b instead of a=b.

corneliagru commented 4 years ago

we fixed the style whenever we saw it. Most code should be fine now.