dingo-gw / dingo

Dingo: Deep inference for gravitational-wave observations
MIT License
55 stars 18 forks source link

Rename the imported logger to "dingo_pipe" #181

Closed mpuerrer closed 1 year ago

mpuerrer commented 1 year ago

The change made here is a bit lazy, but simply replacing the (bilby_pipe) logger with a new one in dingo_pipe code would lead to inconsistent output because we are calling bilby_pipe code in many places and that is using it's own logger. So, to leave the bilby_pipe code unchanged we take their logger and simply rename it.