Sam Wolk
Sam Wolk
@SandroMiccoli I do not know the answer, but if I were you I would start by seeing how long it takes those calls to the pause function to happen. If...
@SandroMiccoli also, `play_sync()` is just a synchronous version of the `play()` funcition, i.e. if you call it your code will not proceed to the next line until the video is...
It's likely a windows issue. I get the same error on my local machine but not when the job runs in CI/CD
@samuelduchesne codecov at > 98% so pretty much ready to merge I think!
Yep will do. I also just added `__add__` and `__iadd__` and `__iter__` methods, along with tests. I also filled out the majority of the `README`, except for the dynamic lookup/validator/transformer...
There's one very small thing which I need to add tomorrow morning: - When you use `measure.mutate(lib,disentangle=True)` (the default setting), when the new objects are created, they are not automatically...
and with that ^commit, it's ready!
When we did this in Lisbon, we encountered some issues with the insulation layer upgrade - specifically, they were trying to upgrade single layer brick walls, which resulting in "insulation...
I also experienced it on windows. Tried in ubuntu but did not have any luck. @jayair @thdxr any info on this or proper instructions on how to bypass? it seems...
Okay, @samuelduchesne it has been a long road, BUT, I think this is ready! The only test that is failing, is, once again, that `tests/test_schedules.py::TestSchedule::test_plot`, but I'm not sure why...