josephmure

Results 37 issues of josephmure

### What is the idea? Define a Sphinx [substitution](https://sublime-and-sphinx-guide.readthedocs.io/en/latest/reuse.html#use-a-substitution) instead of copy-pasting the "experimental" warning: **Warning** This class is experimental and likely to be modified in future releases. To use...

enhancement

### What is the idea? setLegendCorner --> setLegendLocation Takes 2 arguments : a point with the matplotlib "bbox_anchor" + a string with the legend position within the box. ### Why...

API
graph

### What happened? The following code: ```python ot.TruncatedDistribution(ot.LogNormal(2.0, 1.0), 0.0, 100.0).drawPDF() ``` produces the following graph : ![image](https://github.com/openturns/openturns/assets/31989332/3955d475-f5a1-4ab6-ac57-98dba184dc46) Shouldn't the range rather be something like [-epsilon, 100 + epsilon] instead...

graph
difficulty:medium

### What happened? When OT is compiled on a Windows machine with Visual Studio 2019, a few tests fail. The logs are provided here: [LogDesTestsC++Failed2023-10-02.log](https://github.com/openturns/openturns/files/13114518/LogDesTestsC%2B%2BFailed2023-10-02.log) [LogDesTestsPythonFailed2023-10-02.log](https://github.com/openturns/openturns/files/13114519/LogDesTestsPythonFailed2023-10-02.log) ### How to reproduce...

bug

### What is the idea? Exceptions should state both the name of the class and of the method which is throwing, and the line number. (Bug with the HERE macro.)...

enhancement

### What is the idea? Could a PythonFunction allow you to set n_cpus after construction, e.g. with a `setNCpus` method? ### Why is this needed? The idea would be to...

enhancement

- [Link Contour doc to corresponding matplotlib page](https://github.com/openturns/openturns/commit/5920d5484db798ac33a8844ccf1d44dd963752d9) to document vmin and vmax. Closes #2669 - [Update docfast requirements](https://github.com/openturns/openturns/commit/07e57effbc52b7224c2414c53f23b7e8d1dd89d7)

### What happened? When the `draw` method of a `MemoizeFunction` is called, I would expect the grid points on which the function was called in order to produce the graph...

bug

Same fix as the one proposed in https://github.com/mrzool/invoice-boilerplate/issues/24 Warning: I haven't tested it in the context of this project.

Same fix as the one proposed in https://github.com/mrzool/invoice-boilerplate/issues/24 Here things may be trickier because there is some interaction between `babel` and `datetime2` as explained [here](https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/macros/latex/contrib/datetime2/datetime2.pdf). If I understand correcly, things...