EddyXorb
Results
2
issues of
EddyXorb
### What happened + What you expected to happen 1. I trained monthly data, that had only 3 months with the following code: ```python strategies = [ AutoRegressive(lags=[1, 2, 11,...
bug
Say I have ```cpp int main(int argc, char** argv) { std::unique_ptr parser = std::make_unique("finland-course-optimization"); parser.add_argument("--number").scan() parser.parse_args(argc,argv); int n; if (parser.present("number")) n = parser.get("number"); } ``` This will compile. And crash...