Closed StuartLittlefair closed 3 years ago
Hlog.rulog didn't work because of an undefined variable sky. I took a guess at what this was supposed to be, but the log files produced then can't be converted into Tseries objects because of some incompatible types.
Hlog.rulog
sky
Tseries
This PR fixes both those issues.
Hlog.rulog
didn't work because of an undefined variablesky
. I took a guess at what this was supposed to be, but the log files produced then can't be converted intoTseries
objects because of some incompatible types.This PR fixes both those issues.