INET-Complexity / isle

11 stars 20 forks source link

Logging #53

Closed AEL-H closed 6 years ago

AEL-H commented 6 years ago

minor tweaks to code involving logging changed error print statements to print to stderr instead of stdout so they can be separated

x0range commented 6 years ago

Merge conflicts with previous state of master branch

AEL-H commented 6 years ago

The conflict is that in logging I deleted an obsolete function replication_log_prepare_oneriskmodel(). It would simply call another function. If we delete it, we will get an error saying the function doesn't exist and we can correct the code in-place. In replication_log_prepare(), there is an option "one" for the one risk model anyway.