Skip to content
Snippets Groups Projects
Commit c12e0527 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix cobrawap test

parent 82b7be6f
No related branches found
No related tags found
No related merge requests found
Pipeline #60280 passed
...@@ -52,7 +52,7 @@ class PyCobrawap(PythonPackage): ...@@ -52,7 +52,7 @@ class PyCobrawap(PythonPackage):
@on_package_attributes(run_tests=True) @on_package_attributes(run_tests=True)
def init_test(self): def init_test(self):
# run test here # run test here
cobrawap = which("cobrawap") cobrawap = Executable(self.prefix.bin + "/cobrawap")
cobrawap("init", "--output_path", "/tmp/output_path", "--config_path", "/tmp/config_path") cobrawap("init", "--output_path", "/tmp/output_path", "--config_path", "/tmp/config_path")
cobrawap("settings") cobrawap("settings")
# test_dataset_url = "https://object.cscs.ch/v1/AUTH_63ea6845b1d34ad7a43c8158d9572867/hbp-d000036_m-SWA-WF-wide-regions-v2_pub/m-SWA-WF-wide-regions/GCaMP6f_Ketamine%20I/t3.rar" # test_dataset_url = "https://object.cscs.ch/v1/AUTH_63ea6845b1d34ad7a43c8158d9572867/hbp-d000036_m-SWA-WF-wide-regions-v2_pub/m-SWA-WF-wide-regions/GCaMP6f_Ketamine%20I/t3.rar"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment