Skip to content
Snippets Groups Projects

Added support for submitting jobs to the Open Science Grid

Merged Duncan Macleod requested to merge duncanmmacleod/bilby_pipe:osg into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -49,6 +49,7 @@ class TestDag(unittest.TestCase):
create_plots=False,
likelihood_type=None,
duration=4,
osg=True,
)
self.test_unknown_args = ["--argument", "value"]
self.inputs = bilby_pipe.main.MainInput(self.test_args, self.test_unknown_args)
Loading