Ioannis Paraskevakos

Results 11 comments of Ioannis Paraskevakos

Okay let me check them and I will get back at you.

Hello @orbeckst @kain88-de, conserning the `distributed` issue, I could use a deep copy and essentially create a new numpy object in memory for the atomgroups. Although, I think that a...

> Can you please paste the error message? ``` --------------------------------------------------------------------------- gaierror Traceback (most recent call last) File /scratch/gpfs/ip8725/conda_envs/rp_env_0.0.5.dev84/lib/python3.10/urllib/request.py:1348, in AbstractHTTPHandler.do_open(self, http_class, req, **http_conn_args) 1347 try: -> 1348 h.request(req.get_method(), req.selector, req.data,...

Unfortunately, it does not work.

I do not know what the exact reason is. Is there a chance the MPI implementation plays a role? I did not know that `asarray` did not maintain the subclass....

@msyriac, @JBorrow, @amaurea please check here: https://github.com/conda-forge/staged-recipes/pull/27279 If you want to be a maintainer, otherwise let me know to remove you.

I will add the fortran compiler. Can you add the maintainer acceptance comment in the PR? The reviewers will check there

Does pixell assume a specific fortran compiler version: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1014635&view=logs&j=6f142865-96c3-535c-b7ea-873d86b887bd&t=22b0682d-ab9e-55d7-9c79-49f3c3ba4823 Line 12674. Also the whole code has warnings for tabs. I will try to silence it, but I would prefer spaces.

I silenced all the warnings with `- FFLAGS=-Wno-tabs -Wno-conversion -Wno-unused-variable` and it still fails. https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1014665&view=logs&j=6f142865-96c3-535c-b7ea-873d86b887bd&t=22b0682d-ab9e-55d7-9c79-49f3c3ba4823 Lines 1505 - 1523 The function is wrapped and that shows in line 1432. There...

The conda-forge recipe was merged. That sets `pixell` to be part of the conda forge channel. Their bots have already created a feedstock repository (https://github.com/conda-forge/pixell-feedstock). As soon as that is...