jaimergp
jaimergp
Ideally, there would be no `verbose` flag at the function/class level. Users are expected to set the logging level in their scripts if desired. ``` import logging logging.basicConfig(level=logging.DEBUG) # proceed...
Yes, I totally agree. Those "app-level" flags can still be set up internally with the context manager if necessary. That's why I have been added all those "ideally". I understand...
I have been thinking about this, and we might want to implement a package-level `Settings` instance that can configure the logging for all `pymbar` to a sensible default. Changing the...
I can try to implement this next week, if that's ok?
Check #391 !
@kapoorlab any chance you can cut a new release on PyPI or tag on Github? We need [this commit](https://github.com/Kapoorlabs-CAPED/vollseg-napari/commit/d303207c03278448608e04b8dc711443ed1459fc) to fix the issues with CI.
@carterbox I think this is ready for re-review :)
> NVCC internally uses G++. Does it uses the same version of G++ and headers as those CMake is using? Yes, [they are set via the nvcc wrapper](https://github.com/conda-forge/nvcc-feedstock/blob/65f2fb0f43c731f36379cf57cd5b97edc962f3f7/recipe/linux/nvcc.sh#L9), and [also...
Awesome @alisterburt! If you want, we can disable CUDA for now and merge just the CPU variants?
Thanks @carterbox! Yes, I consent. Merging!