Alec Gunny
Alec Gunny
My team and I have been augmenting pycondor's functionality in some of our projects to include APIs for more pythonic interaction with submitted jobs. We'll continue to develop them as...
Addresses #155 , adding support for strings in the `queue` argument in `Job` to enable [dynamic variable specification](https://chtc.cs.wisc.edu/uw-research-computing/multiple-jobs) in job submission.
HTCondor has quite a few [neat mechanisms](https://chtc.cs.wisc.edu/uw-research-computing/multiple-jobs) for supporting jobs with distinct variable values per job, which have proved pretty helpful for me in the past. Right now, `pycondor` checks...
This will probably involve integrations with `ml4gw`, but I'm realizing more and more that our default behavior of centering injections and treating the `trigger_offset` symmetrically probably doesn't make much sense....
Given how complicated our data picture is becoming, it's probably worth thinking about being more formal about how we track data alongside versions of the repo that created it. As...
Part of the appeal of using neural networks for real-time detection is their comparatively small compute footprint. Any publication on their efficacy should show this explicitly by showing how throughput...
#224 was necessary because the path filter workflow can't trigger on files within submodules, only on changes to the submodule writ large. dorny/paths-filter#143 requests such a feature, but for now...