Paul Romano
Paul Romano
Not sure this would be that intuitive to a user. Given that a universe is essentially a collection of cells, when a user asks whether `cell in universe`, should it...
@shimwell I don't think what you're proposing is possible. The executable is called from the specified working directory and doesn't have any knowledge of what the original directory was.
I understand the motivation here but I would not personally be in favor of this change. The main problem to me is -- what about every other input in the...
@HunterBelanger Regarding the xtl/xtensor update, can you submit a separate PR just updating our submodules to the latest released version of each? That way we can consider separately (and later)...
@HunterBelanger Yes, once the submodule update is merged separately, we can update this branch to remove the FetchContent changes (I can help with that if needed).
You can see a list of available tools for the Windows runner [here](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md). I know very little about Windows packaging but it looks like [vcpkg](https://vcpkg.io/en/) might be the way to...
@HunterBelanger I'm OK with just a basic build at this point. We can build up the CI one step at a time.
There's a test failure on our Python 3.7 configuration due to an outdated version of pandas. If and when #2958 is merged, that will resolve the issue here.
Yes, I'm working on a resolution for this and plan to put in a PR
@shimwell Despite my comments in #83, I don't recommend that we add all reactions _right now_. Currently, including all reactions is going to result in very high memory usage for...