Skip to content

Commit

Permalink
Work Area: Update Concordancer - Generation Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKSerene committed Jun 16, 2024
1 parent 8192b3c commit 8096bac
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 139 deletions.
4 changes: 2 additions & 2 deletions tests/tests_results/test_results_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def test_table_results_sort_concordancer():
table.set_label(0, 2, 'test')

main.settings_custom['concordancer']['sort_results']['sorting_rules'] = [['Node', 'Ascending']]
table.settings['concordancer']['generation_settings']['width_unit'] = 'Token'
table.settings['concordancer']['generation_settings']['context_len_unit'] = 'Token'
table_results_sort_concordancer.table_item_changed()
table.settings['concordancer']['generation_settings']['width_unit'] = 'Sentence'
table.settings['concordancer']['generation_settings']['context_len_unit'] = 'Sentence'
table_results_sort_concordancer.table_item_changed()

table_results_sort_concordancer.cols_to_sort = []
Expand Down
Loading

0 comments on commit 8096bac

Please sign in to comment.