Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geometric logs (DualOutputHandler) update to handle any arbitrary update function instead of just print_stdout #19

Open
coltonbh opened this issue Jan 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@coltonbh
Copy link
Owner

Update the DualOutputHandler to run arbitrary update functions to send logs anywhere. Have punted on this for now as it's not needed and will require some extra engineering work.

@coltonbh
Copy link
Owner Author

coltonbh commented Jul 23, 2024

Probably better to just solve this by hoisting all update_func stuff to the BaseAdapter.compute() level and have all lower functions output their stdout to sys.stdout which I can capture in .compute() and run an update func in the background there. See #30 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant