-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
move table sort/prune into post processing #314
Comments
Note of the discussion with @clarkliming :
|
I am thinking of decorators (in Python); but this can be difficult for users.
then we call smart_prune first, then check if it is null report but now I will only move the prune/sort part to post_processing |
close #314 move prune/sort/null_report to post processings other things changed: 1. move scda to imports (avoid errors when user try to run examples without scda) 2. create data with syn_test_data to increase the speed 3. add helper script for testthat to avoid repeated call of syn_test_data() 4. create null_report object and export it 5. put "no observations.." in content instead of header decorations, should also go into "post-processings" but currently we have them in main. we can always change it later.
part of #306
The text was updated successfully, but these errors were encountered: