Federico Claudi

Results 100 comments of Federico Claudi

Bumped a new commit with fixes for those errors

mmm that's weird, I haven't run the tests but the package worked fine for me.. I've only used pytest for running tests though, so not sure what the problem is...

it might help to keep you test code and your package code separate, that might be the cause of error (it complains about relative imports)

sounds good, good luck!

I think that the problem is related to what's discussed in this PR: https://github.com/SylvainDe/DidYouMean-Python/pull/35

Thanks @alexmojaki , I didn't know you could do that. It's not very clean though, better to fix the path in the first place. I've opened a PR for that:...

Hey, That makes a lot of sense, thanks. How can one switch between modes?

Hey, thanks for giving it a shot. That looks like it's exactly what I had in mind, what are the issues?

Hey Marco just FYI, when working with pyqt5 applications this: ``` from vtk.qt.QVTKRenderWindowInteractor import QVTKRenderWindowInteractor ``` (as per the examples) doesn't work. Nothing gets rendered (the widget is literally transparent).

Hi, I've never seen this error before. Given that you don't get it with a fresh environment I think it might be something wrong with your steup. If you crate...