USGS-R / river-dl

Deep learning model for predicting environmental variables on river systems
Creative Commons Zero v1.0 Universal
21 stars 14 forks source link

`x_cols` should be `x_vars` in predict_arbitrary #175

Closed jsadler2 closed 2 years ago

jsadler2 commented 2 years ago

In the predict_from_arbitrary_data function, it tries to use x_cols from the train_io_data .npz file. There is no x_cols. There is x_vars. So we need to fix that. I'm not sure why I wrote x_cols in the first place :)