David Turner
David Turner
Thanks @mihaic, yeah, i am working on the numpy error in the conda build. This is a result of switching to the new build dependencies system in pyproject.toml. setup_requires is...
Yeah, here is the [project](https://github.com/orgs/PrincetonUniversity/projects/26). I also added a issue label for PEC.
Hey @jvesely, any idea why this test I marked with `pytest.mark.pytorch` is not getting skipped in CI when pytorch isn't available?
Yeah, on my local machine it seems to me found. The test is called . It is is the only test in test_control that is marked PyTorch now, before it...
Hey, yeah, I agree, those are good suggestions. I'll do that. I am running locally pytest 7.2.0
@jvesely, whoops that was a mistake about going straight to master. Thanks for catching. I will drop the change of the pin as well.
@jdcpni and @kmantel, can this be merged now? I know it is not perfect in regards to the verbosity of error messages but I think these could be worked out...
Yeah ok, I thought the wheel wouldn't hurt things. The action I am using builds the sdist and the wheel and I don't seem to be able to disable it....
Hey @jvesely, Yeah, I meant to revisit, thanks for catching it. I think I have worked out a better way with this method. The issue is that I want to...
Oh, I just saw your closed PR where you say fixing the seed issue did fix the intermittent failures. Can you test the above approach where the RNG is reseeded...