Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolemarsaglia committed Jan 29, 2025
1 parent 1225b8b commit e97de26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/utilities/t_python_visit_session_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_extract_opac(self):
subprocess.check_call(cmd,shell=True)

def test_extract_ct(self):
test_script = pjoin(utils_src_dir(),"visit_session_converters","session_to_color_table.py")
test_script = pjoin(utils_src_dir(),"visit_session_converters","visit_color_table_to_ascent_color_table.py")
test_sess = pjoin(test_src_dir(),"batlow-visit-ct.ct")
print(test_script)
print(test_sess)
Expand Down

0 comments on commit e97de26

Please sign in to comment.