Skip to content

Commit

Permalink
Check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-arvindekar committed Mar 26, 2024
1 parent fad6051 commit 1b76279
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion test/Files.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set(pyfiles "modeling_testcase.py;test_nested_sampling.py;test_that_works.py")
set(pyfiles "fake_test.py;fake_wrapper.py;modeling_testcase.py;test_nested_sampling.py;test_that_works.py")
set(cppfiles "")
set(cudafiles "")
6 changes: 3 additions & 3 deletions test/input/nestor_params_optrep.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# Please provide absolute paths for imp_path and modeling_script_path keys
imp_path: '/home/shreyas/Projects/cgopt/imp_integration_stuff/cgimp/build/setup_environment.sh' # Path to IMP installation (e.g. imp/build/setup_environment.sh)
modeling_script_path: '/home/shreyas/Projects/cgopt/imp_integration_stuff/cgimp/imp/modules/nestor/test/modeling_testcase.py' # Path to the modeling script
parent_dir: '/home/shreyas/Projects/cgopt/imp_integration_stuff/cgimp/imp/modules/nestor/test/runs/' # Path to store the outputs
imp_path: '/home/shreyas/Projects/cgopt/cgimp/build/setup_environment.sh' # Path to IMP installation (e.g. imp/build/setup_environment.sh)
modeling_script_path: '/home/shreyas/Projects/cgopt/cgimp/imp/modules/nestor/test/modeling_testcase.py' # Path to the modeling script
parent_dir: '/home/shreyas/Projects/cgopt/cgimp/imp/modules/nestor/test/runs/' # Path to store the outputs

# Wrapper params
num_runs: 1 # Number of runs to be launched per candidate representation
Expand Down
24 changes: 0 additions & 24 deletions test/runs/nestor_output.yaml

This file was deleted.

0 comments on commit 1b76279

Please sign in to comment.