jalview.git
14 months agoJAL-629 Test tidyup
Ben Soares [Fri, 24 Mar 2023 00:19:42 +0000 (00:19 +0000)]
JAL-629 Test tidyup

14 months agoMerge branch 'patch/JAL-4153_flakyJvCacheableInputBoxTest' into develop
James Procter [Thu, 23 Mar 2023 11:52:19 +0000 (11:52 +0000)]
Merge branch 'patch/JAL-4153_flakyJvCacheableInputBoxTest' into develop

14 months agoJAL-629 don't clear appProps in tests
Ben Soares [Thu, 23 Mar 2023 01:50:13 +0000 (01:50 +0000)]
JAL-629 don't clear appProps in tests

14 months agoJAL-629 refactor ArgParser and helper classes all to jalview.bin.argparser to remove...
Ben Soares [Thu, 23 Mar 2023 01:11:40 +0000 (01:11 +0000)]
JAL-629 refactor ArgParser and helper classes all to jalview.bin.argparser to remove static classes.  Clear properties after tests.

14 months agoJAL-629 null checks for Desktop.instance.closeAll(). Props re-loaded after CommandsTest.
Ben Soares [Tue, 21 Mar 2023 19:54:47 +0000 (19:54 +0000)]
JAL-629 null checks for Desktop.instance.closeAll(). Props re-loaded after CommandsTest.

14 months agoJAL-4134 override default hasTree so PAE tree is saved!
James Procter [Mon, 20 Mar 2023 17:43:46 +0000 (17:43 +0000)]
JAL-4134 override default hasTree so PAE tree is saved!

14 months agoJAL-4153 longer Thread.sleep() calls in the hope that the test might pass on Bamboo
James Procter [Mon, 20 Mar 2023 17:00:10 +0000 (17:00 +0000)]
JAL-4153 longer Thread.sleep() calls in the hope that the test might pass on Bamboo

14 months agoJAL-4134 - missing Jalview project JAXB class - st. patricks day commit curse
James Procter [Mon, 20 Mar 2023 16:33:27 +0000 (16:33 +0000)]
JAL-4134 - missing Jalview project JAXB class - st. patricks day commit curse

14 months agoMerge branch 'develop' into features/JAL-4134_treeviewerforcolumns
James Procter [Mon, 20 Mar 2023 16:28:41 +0000 (16:28 +0000)]
Merge branch 'develop' into features/JAL-4134_treeviewerforcolumns

14 months agoJAL-4150 test and quick patch copying code from AlignFrame.paste() to Desktop.paste...
James Procter [Mon, 20 Mar 2023 16:26:18 +0000 (16:26 +0000)]
JAL-4150 test and quick patch copying code from AlignFrame.paste() to Desktop.paste() so internal paste works from popup menu

14 months agoJAL-2349 JAL-4134 Console log messages for contact matrix selection
James Procter [Mon, 20 Mar 2023 15:30:39 +0000 (15:30 +0000)]
JAL-2349 JAL-4134 Console log messages for contact matrix selection

14 months agoJAL-4134 propagate column selection changes in tree and alignment views
James Procter [Mon, 20 Mar 2023 15:29:34 +0000 (15:29 +0000)]
JAL-4134 propagate column selection changes in tree and alignment views

14 months agoJAL-4134 fix off-by-one in selection
James Procter [Mon, 20 Mar 2023 15:28:52 +0000 (15:28 +0000)]
JAL-4134 fix off-by-one in selection

14 months agoJAL-4134 fix NPEs when matrix not resolved or alignment view is closed
James Procter [Mon, 20 Mar 2023 15:28:33 +0000 (15:28 +0000)]
JAL-4134 fix NPEs when matrix not resolved or alignment view is closed

14 months agoJAL-4134 better popup menu name ‘Tree for Contact Matrix’
James Procter [Mon, 20 Mar 2023 15:25:17 +0000 (15:25 +0000)]
JAL-4134 better popup menu name ‘Tree for Contact Matrix’

14 months agoJAL-2349 test TODOs
James Procter [Mon, 20 Mar 2023 15:23:50 +0000 (15:23 +0000)]
JAL-2349 test TODOs

14 months agoJAL-2349 fix off by one when resolving columns for sequence associated contact matrix
James Procter [Mon, 20 Mar 2023 15:23:38 +0000 (15:23 +0000)]
JAL-2349 fix off by one when resolving columns for sequence associated contact matrix

14 months agoJAL-629 restore original tests memory settings
Ben Soares [Sat, 18 Mar 2023 22:37:10 +0000 (22:37 +0000)]
JAL-629 restore original tests memory settings

14 months agoJAL-629 restore original tests memory settings
Ben Soares [Sat, 18 Mar 2023 22:36:00 +0000 (22:36 +0000)]
JAL-629 restore original tests memory settings

14 months agoJAL-629 Check for new commandsSuccess before quit
Ben Soares [Sat, 18 Mar 2023 22:12:31 +0000 (22:12 +0000)]
JAL-629 Check for new commandsSuccess before quit

14 months agoJAL-629 move getdown update to earlier stage
Ben Soares [Sat, 18 Mar 2023 21:59:10 +0000 (21:59 +0000)]
JAL-629 move getdown update to earlier stage

14 months agoJAL-629 Back to forking tests
Ben Soares [Sat, 18 Mar 2023 20:48:50 +0000 (20:48 +0000)]
JAL-629 Back to forking tests

14 months agoJAL-629 All applications System.exits going through Jalview.exit
Ben Soares [Fri, 17 Mar 2023 21:15:30 +0000 (21:15 +0000)]
JAL-629 All applications System.exits going through Jalview.exit

14 months agoJAL-629 whittling down options for successful tests
Ben Soares [Fri, 17 Mar 2023 18:16:12 +0000 (18:16 +0000)]
JAL-629 whittling down options for successful tests

14 months agoJAL-629 whittling down options for successful tests
Ben Soares [Fri, 17 Mar 2023 18:09:46 +0000 (18:09 +0000)]
JAL-629 whittling down options for successful tests

14 months agoJAL-4134 fix up column selection when hidden regions are present. Needs tests!
James Procter [Fri, 17 Mar 2023 17:33:05 +0000 (17:33 +0000)]
JAL-4134 fix up column selection when hidden regions are present. Needs tests!

14 months agoJAL-4134 store/restore Newick tree for PAE annotation row
James Procter [Fri, 17 Mar 2023 17:32:40 +0000 (17:32 +0000)]
JAL-4134 store/restore Newick tree for PAE annotation row

14 months agoJAL-629 whittling down options for successful tests
Ben Soares [Fri, 17 Mar 2023 12:50:21 +0000 (12:50 +0000)]
JAL-629 whittling down options for successful tests

14 months agoJAL-629 whittling down options for successful tests
Ben Soares [Fri, 17 Mar 2023 12:40:12 +0000 (12:40 +0000)]
JAL-629 whittling down options for successful tests

14 months agoJAL-629 more memory to tests task
Ben Soares [Fri, 17 Mar 2023 11:33:55 +0000 (11:33 +0000)]
JAL-629 more memory to tests task

14 months agoJAL-629 add in jvmArgs for memory for tests and keep increased clover memory
Ben Soares [Fri, 17 Mar 2023 10:40:03 +0000 (10:40 +0000)]
JAL-629 add in jvmArgs for memory for tests and keep increased clover memory

14 months agoJAL-629 remove jvmArgs for memory for tests. Increase clover memory
Ben Soares [Fri, 17 Mar 2023 10:32:29 +0000 (10:32 +0000)]
JAL-629 remove jvmArgs for memory for tests. Increase clover memory

14 months agoJAL-629 Add in jvmArgs for memory for tests
Ben Soares [Fri, 17 Mar 2023 10:25:53 +0000 (10:25 +0000)]
JAL-629 Add in jvmArgs for memory for tests

14 months agoJAL-629 closer to normal gradle settings with just increased test memory
Ben Soares [Thu, 16 Mar 2023 21:31:12 +0000 (21:31 +0000)]
JAL-629 closer to normal gradle settings with just increased test memory

14 months agoJAL-629 increase test JVM size
Ben Soares [Thu, 16 Mar 2023 18:51:13 +0000 (18:51 +0000)]
JAL-629 increase test JVM size

14 months agoJAL-629 failFast and new threads for each test
Ben Soares [Thu, 16 Mar 2023 18:36:54 +0000 (18:36 +0000)]
JAL-629 failFast and new threads for each test

14 months agoJAL-629 increased memory for clover
Ben Soares [Thu, 16 Mar 2023 16:46:49 +0000 (16:46 +0000)]
JAL-629 increased memory for clover

14 months agoMerge branch 'features/r2_11_2_alphafold/JAL-629' into features/r2_11_2_alphafold...
Ben Soares [Thu, 16 Mar 2023 16:41:00 +0000 (16:41 +0000)]
Merge branch 'features/r2_11_2_alphafold/JAL-629' into features/r2_11_2_alphafold/JAL-629-new_temp_test_branch

14 months agoJAL-629 revert metal laf
Ben Soares [Thu, 16 Mar 2023 16:40:50 +0000 (16:40 +0000)]
JAL-629 revert metal laf

14 months agoJAL-629 Set Metal as default LAF for build server tests
Ben Soares [Thu, 16 Mar 2023 14:22:51 +0000 (14:22 +0000)]
JAL-629 Set Metal as default LAF for build server tests

14 months agoJAL-629 fixed a test failing when run without a Jalview.main() having been started...
Ben Soares [Thu, 16 Mar 2023 10:41:20 +0000 (10:41 +0000)]
JAL-629 fixed a test failing when run without a Jalview.main() having been started in another task

14 months agoJAL-4091 JAL-4147 - revised annotation label display so consecutive runs of rows...
James Procter [Wed, 15 Mar 2023 17:30:48 +0000 (17:30 +0000)]
JAL-4091 JAL-4147 - revised annotation label display so consecutive runs of rows with the same label have their description shown instead of the bare label

14 months agoJAL-4091 JAL-629 ‘Add Reference Annotations’ takes description into account when...
James Procter [Wed, 15 Mar 2023 17:28:43 +0000 (17:28 +0000)]
JAL-4091 JAL-629 ‘Add Reference Annotations’ takes description into account when looking for potential addees - reverts change in 8fce85002e6f6a5957dc95662c6a3d80fcce8e82 so PAEContactMatrix annotation labels are consistent.

14 months agoJAL-2349 don’t clobber existing label/description for an annotation when associating...
James Procter [Wed, 15 Mar 2023 10:56:34 +0000 (10:56 +0000)]
JAL-2349  don’t clobber existing label/description for an annotation when associating it with a contact matrix

14 months agoJAL-4134 JAL-3855 store/restore groups, tree and threshold used to cluster a PAE...
James Procter [Wed, 15 Mar 2023 10:54:19 +0000 (10:54 +0000)]
JAL-4134 JAL-3855 store/restore groups, tree and threshold used to cluster a PAE matrix

14 months agoJAL-3833 fixed HiDPI test for macOS
Ben Soares [Wed, 15 Mar 2023 01:00:21 +0000 (01:00 +0000)]
JAL-3833 fixed HiDPI test for macOS

14 months agoJAL-629 Commands more objecty, less classy. FileLoader with sync option (or rather...
Ben Soares [Wed, 15 Mar 2023 00:48:45 +0000 (00:48 +0000)]
JAL-629 Commands more objecty, less classy. FileLoader with sync option (or rather default async flag).  Tests adjusted.

14 months agoJAL-629 teardown in CommandsTest
Ben Soares [Mon, 13 Mar 2023 19:52:26 +0000 (19:52 +0000)]
JAL-629 teardown in CommandsTest

14 months agoJAL-629 Allow substitutions of {} = defaultCounter, {n} = autoCounter, {++n} = increm...
Ben Soares [Sun, 12 Mar 2023 01:13:59 +0000 (01:13 +0000)]
JAL-629 Allow substitutions of {} = defaultCounter, {n} = autoCounter, {++n} = incremented autoCounter on args involving an output filename.

14 months agoJAL-629 --substitutions --nosubstitutions flags, --nil[{++n}] just in case needed
Ben Soares [Sat, 11 Mar 2023 12:45:18 +0000 (12:45 +0000)]
JAL-629 --substitutions --nosubstitutions flags, --nil[{++n}] just in case needed

14 months agoJAL-629 Auto and Default count incrementer args. Flags for output filename replacements.
Ben Soares [Sat, 11 Mar 2023 00:43:01 +0000 (00:43 +0000)]
JAL-629 Auto and Default count incrementer args. Flags for output filename replacements.

14 months agoJAL-629 start of CommandsTest. More ArgParserTests.
Ben Soares [Sat, 11 Mar 2023 00:12:45 +0000 (00:12 +0000)]
JAL-629 start of CommandsTest. More ArgParserTests.

15 months agoJAL-629 start of tests and more examples
Ben Soares [Fri, 10 Mar 2023 14:53:23 +0000 (14:53 +0000)]
JAL-629 start of tests and more examples

15 months agoJAL-629 start of tests
Ben Soares [Thu, 9 Mar 2023 23:56:15 +0000 (23:56 +0000)]
JAL-629 start of tests

15 months agoJAL-629 --argfile=glob implemented. Remove reference seq from pAE Matrix annotation...
Ben Soares [Thu, 9 Mar 2023 16:29:19 +0000 (16:29 +0000)]
JAL-629 --argfile=glob implemented. Remove reference seq from pAE Matrix annotation label

15 months agoJAL-629 --close individually for each AlignFrame opened now allows batch processing...
Ben Soares [Wed, 8 Mar 2023 15:56:02 +0000 (15:56 +0000)]
JAL-629 --close individually for each AlignFrame opened now allows batch processing of jobs in one jalview instance

15 months agoJAL-629 improved comment and return speed of StringUtils.replaceLast()
Ben Soares [Wed, 8 Mar 2023 15:12:50 +0000 (15:12 +0000)]
JAL-629 improved comment and return speed of StringUtils.replaceLast()

15 months agoJAL-2349 handle matrix_clicked on mouse_release rather than mouse_pressed so click...
James Procter [Wed, 8 Mar 2023 15:08:57 +0000 (15:08 +0000)]
JAL-2349 handle matrix_clicked on mouse_release rather than mouse_pressed so click-drag to resize the annotation row doesn’t trigger a selection event as well.

15 months agoJAL-629 --quiet [no stdout], --quiet --quiet [no stderr]. Tidied up BootstrapArgs...
Ben Soares [Wed, 8 Mar 2023 15:06:39 +0000 (15:06 +0000)]
JAL-629 --quiet [no stdout], --quiet --quiet [no stderr]. Tidied up BootstrapArgs. Multiple --argfile=... can be used.

15 months agoMerge branch 'features/r2_11_2_alphafold/JAL-629' into features/JAL-4134_treeviewerfo...
James Procter [Wed, 8 Mar 2023 13:45:11 +0000 (13:45 +0000)]
Merge branch 'features/r2_11_2_alphafold/JAL-629' into features/JAL-4134_treeviewerforcolumns

15 months agoJAL-629 Fix --headless for new args. Fix progressbar for non-headless commands. Add...
Ben Soares [Wed, 8 Mar 2023 13:32:44 +0000 (13:32 +0000)]
JAL-629 Fix --headless for new args. Fix progressbar for non-headless commands. Add an --argfile=... feature

15 months agoJAL-629 stash some TFType and PAEFile info into a PDBEntry
Ben Soares [Wed, 8 Mar 2023 13:31:23 +0000 (13:31 +0000)]
JAL-629 stash some TFType and PAEFile info into a PDBEntry

15 months agoJAL-629 Fix null AlignPanel. More descriptive label of pAE Matrix allows 'Add referen...
Ben Soares [Mon, 6 Mar 2023 20:43:45 +0000 (20:43 +0000)]
JAL-629 Fix null AlignPanel. More descriptive label of pAE Matrix allows 'Add reference annotation' to be enabled for subsequent PDB+PAE files.

15 months agoJAL-629 Improved consistency of ArgParser classes (use of ArgValuesMap). Added settin...
Ben Soares [Fri, 3 Mar 2023 22:59:11 +0000 (22:59 +0000)]
JAL-629 Improved consistency of ArgParser classes (use of ArgValuesMap). Added setting, checking and fetching ID value for ArgValues to allow easier linking of arguments.  Added argIndex for boolean Args.  Made noDuplicates (no duplicate values) an Arg Option.

15 months agoJAL-629 slight tidy up
Ben Soares [Thu, 2 Mar 2023 23:02:27 +0000 (23:02 +0000)]
JAL-629 slight tidy up

15 months agoJAL-629 Removal of unnecessary methods. Set pLTTD tempfac for EBIAlfafold. Simplify...
Ben Soares [Thu, 2 Mar 2023 22:22:09 +0000 (22:22 +0000)]
JAL-629 Removal of unnecessary methods. Set pLTTD tempfac for EBIAlfafold. Simplify adding cmannot.

15 months agoJAL-629 Some refactoring to allow more flexible use of PAE files. Not working as...
Ben Soares [Thu, 2 Mar 2023 13:31:03 +0000 (13:31 +0000)]
JAL-629 Some refactoring to allow more flexible use of PAE files. Not working as desired yet

15 months agoJAL-4134 hold ctrl to select groups containing rows and columns under mouse over...
James Procter [Wed, 1 Mar 2023 17:31:26 +0000 (17:31 +0000)]
JAL-4134 hold ctrl to select groups containing rows and columns under mouse over a PAE

15 months agoJAL-629 Firm up bootstrapArgs. Correct '-colour' in test. Separate --headless and...
Ben Soares [Tue, 28 Feb 2023 18:29:20 +0000 (18:29 +0000)]
JAL-629 Firm up bootstrapArgs. Correct '-colour' in test. Separate --headless and -headless for now to avoid premature exit for -headless (fixes tests).

15 months agoJAL-629 add AF examples for FER1_SPIOL. Link and display PAE matrix annotation
Ben Soares [Mon, 27 Feb 2023 23:54:45 +0000 (23:54 +0000)]
JAL-629 add AF examples for FER1_SPIOL. Link and display PAE matrix annotation

15 months agoJAL-2349 TODO consider caching contactRanges from getContactRange to improve efficiency
James Procter [Mon, 27 Feb 2023 18:51:21 +0000 (18:51 +0000)]
JAL-2349 TODO consider caching contactRanges from getContactRange to improve efficiency

15 months agoJAL-4134 tree panel shouldn’t try to redraw before tree is calculated..
James Procter [Mon, 27 Feb 2023 18:44:12 +0000 (18:44 +0000)]
JAL-4134 tree panel shouldn’t try to redraw before tree is calculated..

15 months agoJAL-4134 fix more of the egregious SeqNode/BinaryNode casting
James Procter [Mon, 27 Feb 2023 18:43:58 +0000 (18:43 +0000)]
JAL-4134 fix more of the egregious SeqNode/BinaryNode casting

15 months agoJAL-4134 leaves marked when columns are selected - doesn’t refresh automatically...
James Procter [Mon, 27 Feb 2023 18:43:23 +0000 (18:43 +0000)]
JAL-4134 leaves marked when columns are selected - doesn’t refresh automatically from alignment yet (only when tree panel repainted)

15 months agoJAL-4134 TODO: alternative way of performing interactive picking using threshold
James Procter [Mon, 27 Feb 2023 17:58:09 +0000 (17:58 +0000)]
JAL-4134 TODO: alternative way of performing interactive picking using threshold

15 months agoJAL-4134 use average distance between PAE elements as distance for tree calculation
James Procter [Mon, 27 Feb 2023 17:57:44 +0000 (17:57 +0000)]
JAL-4134 use average distance between PAE elements as distance for tree calculation

15 months agoJAL-4134 display tree for columns - selecting an internal node selects column in...
James Procter [Mon, 27 Feb 2023 17:27:44 +0000 (17:27 +0000)]
JAL-4134 display tree for columns - selecting an internal node selects column in alignment

15 months agoJAL-4134 compute normalised dot product for contact matrix similarities
James Procter [Mon, 27 Feb 2023 17:26:46 +0000 (17:26 +0000)]
JAL-4134 compute normalised dot product for contact matrix similarities

15 months agoJAL-4134 allow tree groups to be stored/recovered on contact matrix for groupwise...
James Procter [Mon, 27 Feb 2023 17:18:44 +0000 (17:18 +0000)]
JAL-4134 allow tree groups to be stored/recovered on contact matrix for groupwise column selection

15 months agoJAL-629 Fix Exceptions when running with CLI not headless
Ben Soares [Mon, 27 Feb 2023 15:05:09 +0000 (15:05 +0000)]
JAL-629 Fix Exceptions when running with CLI not headless

15 months agoJAL-629 Guesstimate whether to set pLDDT with PDB file
Ben Soares [Mon, 27 Feb 2023 14:16:00 +0000 (14:16 +0000)]
JAL-629 Guesstimate whether to set pLDDT with PDB file

15 months agoJAL-629 JAL-4124 JAL-3855 remove deleted debugging test file from tests
Ben Soares [Mon, 27 Feb 2023 10:04:43 +0000 (10:04 +0000)]
JAL-629 JAL-4124 JAL-3855 remove deleted debugging test file from tests

15 months agoMerge branch 'develop' into features/r2_11_2_alphafold/JAL-629
Ben Soares [Mon, 27 Feb 2023 09:52:13 +0000 (09:52 +0000)]
Merge branch 'develop' into features/r2_11_2_alphafold/JAL-629

15 months agoJAL-629 removed debug prints. added .cif. added some comments/code-markers
Ben Soares [Mon, 27 Feb 2023 09:47:23 +0000 (09:47 +0000)]
JAL-629 removed debug prints. added .cif. added some comments/code-markers

15 months agoMerge branch 'develop' into features/JAL-4134_treeviewerforcolumns
James Procter [Mon, 27 Feb 2023 09:28:31 +0000 (09:28 +0000)]
Merge branch 'develop' into features/JAL-4134_treeviewerforcolumns

15 months agoJAL-629 PAE matrix file guesstimate from filename
Ben Soares [Sun, 26 Feb 2023 19:43:10 +0000 (19:43 +0000)]
JAL-629 PAE matrix file guesstimate from filename

15 months agoJAL-629 Position GUI widgets for PDF file options. Remove icon from StructureChooser...
Ben Soares [Fri, 24 Feb 2023 17:23:52 +0000 (17:23 +0000)]
JAL-629 Position GUI widgets for PDF file options. Remove icon from StructureChooser frame.

15 months agoJAL-629 JAL-4124 JAL-3855 test to check we can import PAE matrices in a variety of...
James Procter [Fri, 24 Feb 2023 17:10:02 +0000 (17:10 +0000)]
JAL-629 JAL-4124 JAL-3855 test to check we can import PAE matrices in a variety of formats - additional test case

15 months agoJAL-629 JAL-4124 JAL-3855 test to check we can import PAE matrices in a variety of...
James Procter [Fri, 24 Feb 2023 16:44:48 +0000 (16:44 +0000)]
JAL-629 JAL-4124 JAL-3855 test to check we can import PAE matrices in a variety of formats - and fix up a casting issue (again?)

15 months agoMerge branch 'develop' into features/r2_11_2_alphafold/JAL-629
Ben Soares [Fri, 24 Feb 2023 16:23:09 +0000 (16:23 +0000)]
Merge branch 'develop' into features/r2_11_2_alphafold/JAL-629

15 months agoJAL-629 add widgets to StructureChooser for tempfac choice and pae matrix file
Ben Soares [Fri, 24 Feb 2023 15:54:38 +0000 (15:54 +0000)]
JAL-629 add widgets to StructureChooser for tempfac choice and pae matrix file

15 months agoMerge branch 'features/JAL-3858_PAEsInProjects' into develop
James Procter [Fri, 24 Feb 2023 15:26:30 +0000 (15:26 +0000)]
Merge branch 'features/JAL-3858_PAEsInProjects' into develop

15 months agoMerge branch 'features/r2_11_2_alphafold/JAL-629' into features/JAL-3858_PAEsInProjects features/JAL-3858_PAEsInProjects
James Procter [Fri, 24 Feb 2023 15:13:37 +0000 (15:13 +0000)]
Merge branch 'features/r2_11_2_alphafold/JAL-629' into features/JAL-3858_PAEsInProjects

 Conflicts:
src/jalview/bin/Jalview.java

15 months agoJAL-629 helper function for getting sensible structure (or other arg value)
Ben Soares [Fri, 24 Feb 2023 14:43:38 +0000 (14:43 +0000)]
JAL-629 helper function for getting sensible structure (or other arg value)

15 months agoJAL-629 better test fixes. --props=... instead of --debug
Ben Soares [Fri, 24 Feb 2023 12:54:35 +0000 (12:54 +0000)]
JAL-629 better test fixes. --props=... instead of --debug

15 months agoJAL-629 Made ArgValuesMap helper class, simplifies readability/writing of the code...
Ben Soares [Fri, 24 Feb 2023 11:52:19 +0000 (11:52 +0000)]
JAL-629 Made ArgValuesMap helper class, simplifies readability/writing of the code and will allow arg position lookups

15 months agoJAL-629 test fixing
Ben Soares [Thu, 23 Feb 2023 19:21:24 +0000 (19:21 +0000)]
JAL-629 test fixing

15 months agoJAL-4134 group columns using a tree cut - seems to work after more egregiousness
James Procter [Thu, 23 Feb 2023 17:01:13 +0000 (17:01 +0000)]
JAL-4134 group columns using a tree cut - seems to work after more egregiousness

15 months agoJAL-629 Add debug messages for more failing tests
Ben Soares [Thu, 23 Feb 2023 17:01:05 +0000 (17:01 +0000)]
JAL-629 Add debug messages for more failing tests

15 months agoJAL-4134 - brutal hack to build a tree clustering columns of PAE Matrix
James Procter [Thu, 23 Feb 2023 16:38:04 +0000 (16:38 +0000)]
JAL-4134 - brutal hack to build a tree clustering columns of PAE Matrix