Commit b55394f
[NET-117] Network Test Refactor (#11)
* Starting repository for quick-fix network test refactor over since I screwed up the commit history of the last one.
* Added new tests for Network Tests
* Added result class for new network tests and fixed some of the test classes
* add unit tests for new test classes
* reorganize methods in TestPool for readability
* lots of edits to NetworkTestResult for methods. I don't think its going to work and need a night to think on it
* remove a class i made to test a few things
* fixed NetworkTestResult to account for different test methods
* did a better job with NetworkTestResult and tests. now its ready to interface with testpool and resultrank
* start fixing up testpool and result rank.
* added unit tests for NetworkTestResult
* this seems way too easy.
* copied lots of files needed for permutations and test/result running. Will modify later. Tests run all the way through.
* lots of work on network test results and the result app front to get them to interact nicely. some work on resultpool, too
* first draft of new class for plotting results parameters.
* first batch of plotting tools made. not very pleased, but what can you do
* bug squash to get no permutations to display figures
* got most of the interfaces and even some of the plotting done. switching to 125
* trying to fix input problems with similar names
* Revert "trying to fix input problems with similar names"
This reverts commit 291327d.
* had to fix bringing in input options due to them being used for plotting and not just testing. grrrr
* Add cohens d test
* within net pair plotting
* fix some code to be more concise
* fix some code to be more concise
* changed display name for results
* added chord plotter and trying to integrate it into no permutations
* fixing some chord plotting and adding in trimatrix
* fixes for all chords
* added comments and some rearrange
* added edge tests back that were lost
* rewrite network tests tests
* Added some unit tests and fixed a few errors
* moved a lot of the plotting to seperate functions
* Moved plotting into separate functions for hopefully more readability
* just a few cleanups
* added a test for result rank
* added convergence plotting functions/methods
* rename some variables
* formatting and comments
* Added MatrixPlot in
* fixed plotting bugs
* bug fixes
* cleaned up some code and bug fixes
* remove outdated tests
* Tried to clean up and organize better. Still messy
* Added error check to ensure both limit values are input and not none or one
* network level chords working
* remove two unneeded files
* Attempting to get edge chord plotting working
* chordplot used in all chord plotting instead of old function
* Comments and documentation of chordplot
* just some comment refining
* integrate chordplot class into net refactor
* touch up on formatting
* Create development branch. Add initial error logging function
* added caption to colorbar for trimatrix plots
* added caption to colorbar for trimatrix plots
* fixed export yml and python app
* trying to fix yml
* fixed export and action commit
added export files
remove matlab folder
* [NET-148] Statistical Rank of refactored Network Test Results (#7)
* Fix bug in merge function of PermBase when taking single result. Now takes either single result or cell array
* NET53 ChordPlot Class (#5)
* network level chords working
* remove two unneeded files
* Attempting to get edge chord plotting working
* chordplot used in all chord plotting instead of old function
* Comments and documentation of chordplot
* just some comment refining
* remove commented lines
* Create export-mlapp-files.yml
* NET-149 Save figures as svg (#6)
* add svg option to save figure
* remove useless file
* remove comment marks
* added code to rank by stat. need to fix fron
* fixed export yml and python app
fixed export yml and python app
trying to fix yml
* fixed many many conflicts between old network system and new
remove unneeded sort
* fix merge and squash conflicts
* still trying to get this export to work
* trying to fix export issues
* Add Changes
* Update export-mlapp-files.yml
* Exported mlapp files
* removed old network test folder
---------
Co-authored-by: Andy <me@something.com>
Co-authored-by: Github Action <action@github.com>
* split resultrank to functions and rewrite tests
* added script for tests runner. may not need
* Update export-mlapp-files.yml
added exit 0 on commit to hopefully stop error
* trying to create test runner to make up for mathworks rigid workflows and cludges
* Create run_matlab_tests.yml
* Update run_matlab_tests.yml
* fixing some tests
* Update run_matlab_tests.yml
* change script to function
* Update run_matlab_tests.yml
* trying to find magnitude error
* Update run_matlab_tests.yml
* add rounding in for results as largest offage was 10^-13
* coverage report works. damn.
* Exported mlapp files
* fixed up testpool to work with new networktestresult
* remove accidentally save file
* fixed NLAResult
* remove coverage report from tests local
* Exported mlapp files
* fixes for testpool and nlaresult
* fixed set up of permutation test in unittest
* Exported mlapp files
* remove unused binary search
* fix deleted file
* remove ranking test script
---------
Co-authored-by: Andy <me@something.com>
Co-authored-by: Github Action <action@github.com>1 parent d368b9f commit b55394f
79 files changed
Lines changed: 2632 additions & 1832 deletions
File tree
- +nla
- +edge
- +result
- unittests
- +gfx
- +plots
- +logging
- +net
- +result
- +chord
- +plot
- +test
- unittests
- +tests
- .github/workflows
- examples/precalculated
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
292 | | - | |
| 293 | + | |
293 | 294 | | |
294 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
295 | 306 | | |
296 | 307 | | |
297 | 308 | | |
| |||
313 | 324 | | |
314 | 325 | | |
315 | 326 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
| 327 | + | |
322 | 328 | | |
323 | 329 | | |
324 | 330 | | |
| |||
336 | 342 | | |
337 | 343 | | |
338 | 344 | | |
339 | | - | |
| 345 | + | |
340 | 346 | | |
341 | | - | |
342 | | - | |
| 347 | + | |
343 | 348 | | |
344 | 349 | | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
| 359 | + | |
359 | 360 | | |
360 | 361 | | |
361 | | - | |
362 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
363 | 366 | | |
364 | 367 | | |
365 | | - | |
366 | | - | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
367 | 372 | | |
368 | 373 | | |
369 | 374 | | |
| |||
381 | 386 | | |
382 | 387 | | |
383 | 388 | | |
384 | | - | |
| 389 | + | |
385 | 390 | | |
386 | | - | |
387 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
388 | 395 | | |
389 | 396 | | |
390 | 397 | | |
391 | | - | |
| 398 | + | |
392 | 399 | | |
393 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
394 | 407 | | |
395 | 408 | | |
396 | 409 | | |
| |||
462 | 475 | | |
463 | 476 | | |
464 | 477 | | |
465 | | - | |
| 478 | + | |
466 | 479 | | |
467 | 480 | | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
468 | 493 | | |
469 | | - | |
| 494 | + | |
470 | 495 | | |
471 | 496 | | |
472 | 497 | | |
| |||
477 | 502 | | |
478 | 503 | | |
479 | 504 | | |
480 | | - | |
| 505 | + | |
481 | 506 | | |
482 | 507 | | |
483 | 508 | | |
484 | 509 | | |
485 | 510 | | |
486 | | - | |
| 511 | + | |
487 | 512 | | |
488 | 513 | | |
489 | | - | |
| 514 | + | |
490 | 515 | | |
491 | 516 | | |
492 | 517 | | |
| |||
495 | 520 | | |
496 | 521 | | |
497 | 522 | | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
498 | 529 | | |
499 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
500 | 565 | | |
501 | 566 | | |
502 | 567 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments