print begin and end of burnin script

This commit is contained in:
iLLiCiTiT 2020-10-15 15:55:05 +02:00
parent 6470155aa2
commit 06905c880b

View file

@ -545,6 +545,7 @@ def burnins_from_data(
if __name__ == "__main__":
print("* Burnin script started")
in_data = json.loads(sys.argv[-1])
burnins_from_data(
in_data["input"],
@ -554,3 +555,4 @@ if __name__ == "__main__":
options=in_data.get("options"),
burnin_values=in_data.get("values")
)
print("* Burnin script has finished")