Closed dallaval5u closed 2 years ago
Have you checked that the other stand-alone Makefile tests run correct, such as trial, trial2, diffpointing,distcalc_trial, and standalone_unittests? The main thing I'm concerned about is whether app remains functional for normal tests.
Yes, still functional for trials and tests. Trial1 has one zero division problem though.
Von: J Tseng @.> Gesendet: Sonntag, 20. März 2022 22:14 An: SNEWS2/snewpdag @.> Cc: Riccardo D. @.>; Author @.> Betreff: Re: [SNEWS2/snewpdag] App dot py development (PR #66)
Have you checked that the other stand-alone Makefile tests run correct, such as trial, trial2, diffpointing,distcalc_trial, and standalone_unittests? The main thing I'm concerned about is whether app remains functional for normal tests.
— Reply to this email directly, view it on GitHubhttps://github.com/SNEWS2/snewpdag/pull/66#issuecomment-1073350250, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKCWBP5T7PUH4FB7ITTEFBLVA6ILPANCNFSM5Q62YXFA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>
SNEWPDAG application with the possibility to read alerts from the hop server, use the flag --stream for this purpose. -Substitute burst_id with coinc#. Starting a new dag for each new coinc# given from the hop alert server. -Sooner or later one should remove the ''counter'' variable, counting the coinc#, and instead directly reading the coinc# from the hop alert message. -if you don't have any hop credentials you should use a local hop server (I set this option as default). This implies that you are also directing the alert messages to this local server. To do this see the demo of snews local-tutorial created by JostMigenda (briefly: you need to change the environment file) https://github.com/SNEWS2/hop-SNalert-app/blob/demo/tutorial/snews-local-tutorial.md.