Tim Hargreaves

Results 12 comments of Tim Hargreaves

I'm having the same issue, also with M1 MacBook. Increasing the startup timeout had no effect.

No worries. Yes, GPR is free for public repositories. As far as I am aware, the process for pushing to GPR is exactly the same as DockerHub but specifying `ghcr.io`...

This is not something I am personally interested in or have the time to look into anymore.

The `#noqa` [approach](https://stackoverflow.com/questions/45346575/what-does-noqa-mean-in-python-comments) taken in Python seems like a sensible solution. It would be nice to see an equivalent in the Julia linter.

It appears that the line counter does not recurse through the directory you set to scan. Since your code is in `src` this might explain why it's not finding it....

> 1. What version of pyjulia are you using? 0.6.0 > 2. Did this work with another version of pyjulia? This is the only version I have tried. Is there...

> Does the issue occur with pyjulia [v0.5.7](https://github.com/JuliaPy/pyjulia/releases/tag/v0.5.7)? It does. > I don't suppose you are able to run a debugging in your environment, are you? I can get something...

I don't think the linked issues are related as I am running on Linux and have no trouble using PyJulia outside of the `backward` method.

> What are the types in your second example? Ah sorry. They were Float32 and Float64. > If you accidentally have Float64 showing up, you really want to fix it,...

> Related issue: > > * [Clarify forecast / simulate / sample, especially with controls #96](https://github.com/gdalle/HiddenMarkovModels.jl/issues/96) Ah nice. Yes, the SSMProblems.jl interface is designed to handle forward simulation and future...