Moise Rousseau

Results 7 comments of Moise Rousseau

Hi @nielsdrost7 Thanks for your return and ok for moving this to InvoicePlane v2. Note I was mistaken by the following lines in the `application/config/database.php`: ``` | ['dbdriver'] The database...

@nearfuture625: Let's talk here about this problem and the other you send me and related to exporting to FLAC3D 6.00 (https://github.com/MoiseRousseau/Variational-Tet-Mesh/issues/1). 1. For instance, only the block mesh are exported,...

There is no special way to save GeoStudio file. However, you should not rename the study, which is the common source for that error. Did you rename it ? If...

@RB-HGG : the new release is now able to open study with non-consistent main configuration file name (https://github.com/MoiseRousseau/PyGeoStudio/releases/tag/v0.4.3). Can you give it a try ?

@stevengj Thanks for the tip with `inner_maxeval`. From the limited number of test I carried, it seems to work better. Just a comment about getting algorithm parameter in Python. The...

New findings: I also get a similar error when slicing using boolean array and without using the CatLinearOperator, such as: ```python from linear_operator.operators import IdentityLinearOperator as Ops N = 4...

I found a workaround doing `torch.argwhere(bool_array)` and then slice using the index. I was just reporting the error. Maybe this can be a way to implement it (even if this...