You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked CALVIN to the WSM GitHub org as well, so I'm working from there - I'll still merge changes across to CWS, but I'm deploying new infrastructure for it here (such as an automatic documentation builder that makes this)
I already made some changes to the CALVIN code so that it can write log entries out to the screen and the file at the same time. Right now, it only handles it that way for the CALVIN class, not for postprocessing, but it's a start - it's a bit more of a challenge to do it the right way with the postprocessing being separate. I'll consider how to handle that, but we're partway there.
I also started making some changes to the structure of the code so that it can ultimately become a package that people can install via pip and keep up to date instead of copying the code around to different projects. That will need to be tracked in a separate issue, but I wanted to mention it.
Remaining work on converting logging:
Postprocessing outputs should go to the same log file and use the same logging mechanism.
The text was updated successfully, but these errors were encountered:
Also, is it possible to create a pull request and merge to existing CALVIN master instead of pushing? That way @jdherman can see/review what changes we are making. Thanks a lot!
@mlmaskey and @msdogan just FYI, a bunch of things.
I forked CALVIN to the WSM GitHub org as well, so I'm working from there - I'll still merge changes across to CWS, but I'm deploying new infrastructure for it here (such as an automatic documentation builder that makes this)
I already made some changes to the CALVIN code so that it can write log entries out to the screen and the file at the same time. Right now, it only handles it that way for the CALVIN class, not for postprocessing, but it's a start - it's a bit more of a challenge to do it the right way with the postprocessing being separate. I'll consider how to handle that, but we're partway there.
I also started making some changes to the structure of the code so that it can ultimately become a package that people can install via pip and keep up to date instead of copying the code around to different projects. That will need to be tracked in a separate issue, but I wanted to mention it.
Remaining work on converting logging:
The text was updated successfully, but these errors were encountered: