Jan

Results 21 comments of Jan

I made a PR to add warning to the README: https://github.com/JuliaIO/BSON.jl/pull/85

Thanks a lot for the tip! However, #25 seems to be closed?

Ok, thank you for clarification. I think it could be worthwhile to keep this issue open since the error message seems very cryptic, at least to me. Or should I...

I ran into this with an array of `MyStruct`. My hacky solution was to repack the loaded array with `new = [old...]` and let Julia decide on the array type...

Have a look at this video, the guy shows how to use it: https://www.youtube.com/watch?v=rlNjEGfu0Uw

Well, you can either build the transition probabilities into the MDP directly, and then use methods such as value iteration to find policy, or you can build the transition probabilities...

Thanks, replacing `sed` with `cut`: ```bash grep -v "jog" ~/.zsh_history_ext | grep -a --color=never "${PWD} " | sed 's%⋮.*$%%' | tail ``` fixed the script for me in WSL2.

I think there was a pull request on bitbucket that was handling Python 2 and 3 in if/else block. Wouldn't that work?

That's because the percentages are tolerances set in the `BenchmarkTools.jl` setup of the individual benchmarks, see the linked PR.

Seems like it addresses https://github.com/JuliaCI/PkgBenchmark.jl/issues/139