Xavier Roynard
Xavier Roynard
Hi, thanks for the amazing job on mamba ! I encounter the same kind of issue even using the nodefaults channel, but I use other channels (namely : pytorch, gpytorch,...
Thanks ! It works now May I suggest to modify this line : https://github.com/pyCGNS/pyCGNS/blob/main/CGNS/MAP/cgio.py#L208C36-L208C36 from ``` data = data.transpose() ``` to ``` data = np.asfortranarray(data.transpose()) ``` or at least add...
Hi! First of all, great work on pixi — this is a really amazing tool! Just to clarify my understanding (and maybe help structure the discussion), I think there are...