cositools / cosipy

The COSI high-level data analysis tools
Apache License 2.0
3 stars 16 forks source link

Add psutil, a new dependency, to the mocked packages #156

Closed israelmcmc closed 3 months ago

israelmcmc commented 4 months ago

Closes #155

ckarwin commented 4 months ago

Thanks, @israelmcmc! Yeah this fixes the issue. I ran the full cosipy install (using the psutil branch), staring with a new environment, and everything worked ok for me.

One small note: The detector response in the API section has a slightly different style than the other sections. I think this is b/c response.rst uses autoclass separately for each class, whereas all the other modules use automodule . It's a small difference, but do you want to modify this to make things the same style, or leave how it is?

Otherwise, I think this can be merged.