Skip to content

Commit

Permalink
Issue #3 fixed config path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Dec 17, 2019
1 parent 2b313b7 commit 4025715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sksurgeryspherefitting_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_fit_sphere_config_demo():
""" test the run demo entry point """

model_name = 'data/US_Sphere_2.vtp'
config_name = 'data/config_init_with_bounds.json'
config_name = 'config/config_init_with_bounds.json'

run_demo(model_name, configfile=config_name)

Expand All @@ -26,6 +26,6 @@ def test_fit_sphere_config_rad_demo():
""" test the run demo entry point """

model_name = 'data/US_Sphere_2.vtp'
config_name = 'data/config_fixed_radius.json'
config_name = 'config/config_fixed_radius.json'

run_demo(model_name, configfile=config_name)

0 comments on commit 4025715

Please sign in to comment.