Andrew Johnson

Results 71 comments of Andrew Johnson

Just wanted to throw in my two cents that the GitHub actions platform looks excellent and works very well. I worry if/when we'll hit a limit for running these actions...

The HDF group does provide a C++ library https://portal.hdfgroup.org/display/HDF5/HDF5+1.12+CPP+Reference+Manual. I imagine this would involve a more substantial refactoring, but it looked promising after some investigation

This would be a great feature! We might already support something _kind of_ like this through https://github.com/openmc-dev/openmc/blob/a7076138f2dba72217de60b9239bd6857251db06/openmc/deplete/abc.py#L835-L841 This is called for every step that isn't the first step in a...

I think supporting something like a one-step `integrate` and multi-step `integrate_all` (name TBD) could be done pretty easily. Then you could perform some actions like @pshriwise is interested in with...

@youngmit thank you for the detailed explanation. I do appreciate getting a look at the design and inheritance model 👍 > My main input from reading through the above is...

Thanks for the detailed response @youngmit. If you're comfortable pushing a branch of some level of usability (WIP or stable but not accepted) I could take a swing at using...

@youngmit thank you for making that available. I'll let you know how it goes on my end

Little more thinking, this could be facilitated by each a `Plugin.describe -> dict` like method returning at least the version information for that plugin. The "default" case for plugins that...

@youngmit thank you for the response and feedback. I think leaving most if not all the work up to developers of the Apps and Plugins is sensible. > we just...