-
Notifications
You must be signed in to change notification settings - Fork 540
clean deprecated codes #2140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean deprecated codes #2140
Conversation
Remove lots of decpreated codes, including: 1. ClassArg, and all related codes; 2. WFCFitting, PolarFittingLocFrame, which were marked deprecated; 3. Loss.print_header, Loss.print_on_training, which were marked deprecated; 4. DataSets and DataSystem, which were marked deprecated; 5. source/op/legacy There is no reason to keep them. Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Codecov ReportBase: 73.78% // Head: 74.11% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## devel #2140 +/- ##
==========================================
+ Coverage 73.78% 74.11% +0.33%
==========================================
Files 202 201 -1
Lines 20370 19760 -610
Branches 1416 1416
==========================================
- Hits 15030 14646 -384
+ Misses 4402 4175 -227
- Partials 938 939 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: Jinzhe Zeng <[email protected]>
Remove lots of deprecated codes, including: 1. `ClassArg`, and all related codes; 2. `WFCFitting`, `PolarFittingLocFrame`, which were marked deprecated; 3. `Loss.print_header`, `Loss.print_on_training`, which were marked deprecated; 4. `DataSets` and `DataSystem`, which were marked deprecated; 5. `source/op/legacy`. There is no reason to keep them. `DataSystem` and `DataSystem` are moved to tests as some tests still need it. Signed-off-by: Jinzhe Zeng <[email protected]>
Remove lots of deprecated codes, including:
ClassArg
, and all related codes;WFCFitting
,PolarFittingLocFrame
, which were marked deprecated;Loss.print_header
,Loss.print_on_training
, which were marked deprecated;DataSets
andDataSystem
, which were marked deprecated;source/op/legacy
.There is no reason to keep them.
DataSystem
andDataSystem
are moved to tests as some tests still need it.