You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are unused modules, cli's, and functions. Some don't even run. Some create dependencies that may no longer be needed.
There are some functions written to handle specific experiments/datasets. These should be dropped, made for general use, or places somewhere appropriate.
The low hanging fruit is to remove the modules; files/cli tools/entry-points that are not being used, and dependencies unique to them.
The DG at PIC is going to compile a list of CL tools (entry points) that they don't use.
When that reaches a consensus the list can be posted here and the axing can begin.
Ideally, this should happen before unit tests get expanded like #347
We don't want to write tests for code that's going to disappear.
The text was updated successfully, but these errors were encountered:
There are unused modules, cli's, and functions. Some don't even run. Some create dependencies that may no longer be needed.
There are some functions written to handle specific experiments/datasets. These should be dropped, made for general use, or places somewhere appropriate.
The low hanging fruit is to remove the modules; files/cli tools/entry-points that are not being used, and dependencies unique to them.
The DG at PIC is going to compile a list of CL tools (entry points) that they don't use.
When that reaches a consensus the list can be posted here and the axing can begin.
Ideally, this should happen before unit tests get expanded like #347
We don't want to write tests for code that's going to disappear.
The text was updated successfully, but these errors were encountered: