openclimatefix / PVNet

PVnet main repo
MIT License
17 stars 3 forks source link

run.py fails while cleaning up (utils.finish) #64

Closed tomasvanoyen closed 1 year ago

tomasvanoyen commented 1 year ago

Describe the bug

File "/home/ubuntu/dev/openclimatefix/pvnet/pvnet/training.py", line 147, in train utils.finish( File "/home/ubuntu/dev/openclimatefix/pvnet/pvnet/utils.py", line 237, in finish for lg in logger: TypeError: 'TensorBoardLogger' object is not iterable

utils.finish line 147 of pvnet/training.py passes logger, but utils.finish is expecting an List of loggers.

dfulu commented 1 year ago

Thanks for the issue @tomasvanoyen!