Commit 3414fec
fix: move extra sort arguments to sorter init (#241)
* fix: move extra arguments to init
* Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
* fix: resolving copilot review and adding class attribute with required arguments
* fix: remove SorterUseHint call
* fix: remove arguments from ABC
make all requrements a list
make all arguments required
* style: style fixes by ruff and autoformatting by black
* fix: add check for geology_data
* fix: not initiliase sorter in project.init
* fix: try use SorterUseNetworkX
* fix: adding utils module and fixing tests
* style: style fixes by ruff and autoformatting by black
* fix: sorter arguments optional. Allow project to update attributes from map data
* fix: minage/maxage optional
* fix: add unit relations as optional argument
* fix: default min/max age
* fix: wrong defaults.
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: lachlangrose <[email protected]>
Co-authored-by: rabii-chaarani <[email protected]>1 parent 5e1031b commit 3414fec
File tree
12 files changed
+244
-155
lines changed- map2loop
- utils
- tests
- project
- thickness
- InterpolatedStructure
- StructurePoint
- ThicknessCalculatorAlpha
12 files changed
+244
-155
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
36 | | - | |
37 | | - | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | | - | |
| 43 | + | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
| 63 | + | |
60 | 64 | | |
61 | | - | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
564 | 572 | | |
565 | 573 | | |
566 | 574 | | |
567 | 575 | | |
568 | 576 | | |
569 | 577 | | |
570 | 578 | | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | 579 | | |
577 | 580 | | |
578 | 581 | | |
| |||
600 | 603 | | |
601 | 604 | | |
602 | 605 | | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
603 | 617 | | |
604 | 618 | | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | 619 | | |
611 | 620 | | |
612 | 621 | | |
| |||
0 commit comments