Julien Schueller

Results 131 issues of Julien Schueller

Rename APIs to avoid degree/basis ? (enumerate should be independent from the notion of tensorized basis ) ``` getBasisSizeFromTotalDegree(maximumDegree) > getCardinalFromLength(maximumLength) getMaximumDegreeCardinal(maximumDegree) > getMaximumLengthCardinal(maximumLength) getMaximumDegreeStrataIndex > getMaximumLengthStrataIndex ```

API

- see https://github.com/openturns/openturns/issues/1864, add an example with FORM in which we replace deterministic parameters with narrow distributions, or use parametric function ? - for non-dirac parameters, implement the sum of...

enhancement
reliability

fixes #13573 cc @hoechenberger @marcelotrevisani @conda-forge/qt @conda-forge/pyside2

I tried to enable unity build in order to speed up the build of my packages, and primesieve faild with: ``` PrimeSieve.cpp:36:40: error: conflicting declaration 'const primesieve::Array {anonymous}::smallPrimes' 36 |...

### Description Avoids to redefine _FORTIFY_SOURCE twice: ``` [ 2%] Building CXX object src/tbb/CMakeFiles/tbb.dir/address_waiter.cpp.obj : error: "_FORTIFY_SOURCE" redefined [-Werror] ``` Fixes # - _issue number(s) if exists_ - [x] -...

infrastructure

**Bug category** - [ ] *bug - compilation error* - [ ] *bug - compilation warning* - [X] *bug - runtime error* - [ ] *bug - runtime warning* -...

bug - runtime error
cross-platform issue - linux

if the initial population does not verify constraints (through unconstrain) mhaco asserts: ``` IndexError: function: assert_minimisation where: /tmp/pagmo2-2.18.0/src/utils/hv_algos/hv_algorithm.cpp, 256 what: Reference point is invalid: another point seems to be outside...

bug

since 7.0.x dot asserts when penwidth=nan: ``` $ python ~/projects/pydot_bug.py "dot" with args ['-Tsvg', '/tmp/tmpkonw2hkw'] returned code: -6 stdout, stderr: b'' b'dot: arrows.c:979: arrow_length_normal: Assertion `full_length > 0 && "non-positive...

it can happen that find_package(Ceres) erases CMAKE_MODULE_PATH if a dependency is missing due to : https://github.com/ceres-solver/ceres-solver/blob/master/cmake/CeresConfig.cmake.in#L78 for example, install ceres but delete eg suitesparse from your system then it could...

in sphinx we can embed images as base64 inside the html: https://github.com/sphinx-doc/sphinx/pull/10816 would it be doable for sphinx-gallery ?