Closed JiaZhou-PU closed 3 weeks ago
@cbolisetti @BotrosHanna-INL Ready for review
@cbolisetti @BotrosHanna-INL really sorry to put up this huge change in one PR, I updated the document to reflect the proper changes: https://accert.readthedocs.io/en/latest/user/build_your_own.html
@cbolisetti change addressed document will change once merged
Merge Request Description
What issue does this change request address? Address #18
What are the changes due to this change request? Added example tables in the
tutorial/use_defined
folder and helper functions to implement tables in the database 3 helper functions are added tosrc/scripts
folder:gen_user_defined.py
is used to generate: 'user_defined_account.csv', 'user_defined_variable.csv',user_defined_algorithm.csv', and
'user_defined_func.py','user_defined.sql
run_sql
is used to implement theuser_defined.sql
into the database.prepare_input
is used to help ACCERT accept user-assigned input names for accounts, algorithms and variables.For Change Request Review