Alex Klibisz

Results 158 comments of Alex Klibisz

@lucastheis Thanks for clarifying. If I downsample after making the predictions, would that be different from defining a lower `fps` in the initial data dictionary and letting c2s do the...

Would you recommend using the `scipy.signal.resample` function for the downsampling?

Looks like the error might be coming from here: https://github.com/sbt/librarymanagement/blob/54011d5e74335bab229bc3f6532b6a1ca6d0d5cd/ivy/src/main/scala/sbt/internal/librarymanagement/ivyint/ErrorMessageAuthenticator.scala#L125

One thing I don't understand is that this error/warning message is coming from code that's related to Ivy. I thought that SBT has been using coursier for a while now....

@smarter mentioned that this might be solved by https://github.com/sbt/sbt/pull/7191, which was released in 1.9.0. I haven't gotten to try it, but it seems plausible. Also, the way we ended up...

It's been a while, but I can confirm that this is working with newer versions of SBT. I just tried it with 1.9.7. I was able to resolve all of...

Hmm. Actually it seems to still be failing with the right combination of plugins. I'll try to reproduce it locally (so far it only happens in CI), and attach Visualvm.

The difference seems to be whether I add the `-debug` flag. If I use `sbt -client -debug -verbose version`, it hangs. Remove the `-debug` flag and it's fine.

I managed to connect VisualVM, and I don't see any obvious thread locking, but it's still hanging with the -debug flag. Here are the monitor and threads tabs: IIRC, VisualVM...