Skip to content

Commit

Permalink
GitHub Actions build openturns/otrobopt 11296119869
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 11, 2024
1 parent f13b1ba commit d9af8a4
Show file tree
Hide file tree
Showing 81 changed files with 1,413 additions and 899 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.6"
}
},
"nbformat": 4,
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.6"
}
},
"nbformat": 4,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.6"
}
},
"nbformat": 4,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.6"
}
},
"nbformat": 4,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Solution: :math:`\hat{x} = [2.2, 0.6]`
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.312 seconds)
**Total running time of the script:** (0 minutes 0.326 seconds)


.. _sphx_glr_download_auto_examples_plot_example1.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Solution: :math:`\hat{x} = [15, 30]`
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.178 seconds)
**Total running time of the script:** (0 minutes 0.191 seconds)


.. _sphx_glr_download_auto_examples_plot_example2.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Solution: :math:`\hat{x} = \pi`
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.006 seconds)
**Total running time of the script:** (0 minutes 0.007 seconds)


.. _sphx_glr_download_auto_examples_plot_example4.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:00.499** total execution time for 4 files **from auto_examples**:
**00:00.526** total execution time for 4 files **from auto_examples**:

.. container::

Expand All @@ -33,13 +33,13 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_plot_example1.py` (``plot_example1.py``)
- 00:00.312
- 00:00.326
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_example2.py` (``plot_example2.py``)
- 00:00.178
- 00:00.191
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_example4.py` (``plot_example4.py``)
- 00:00.006
- 00:00.007
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_example3.py` (``plot_example3.py``)
- 00:00.002
Expand Down
8 changes: 4 additions & 4 deletions otrobopt/master/_sources/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:00.499** total execution time for 4 files **from all galleries**:
**00:00.526** total execution time for 4 files **from all galleries**:

.. container::

Expand All @@ -33,13 +33,13 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_plot_example1.py` (``examples/plot_example1.py``)
- 00:00.312
- 00:00.326
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_example2.py` (``examples/plot_example2.py``)
- 00:00.178
- 00:00.191
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_example4.py` (``examples/plot_example4.py``)
- 00:00.006
- 00:00.007
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_example3.py` (``examples/plot_example3.py``)
- 00:00.002
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: AggregatedMeasure
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
.. currentmodule:: otrobopt

.. autoclass:: IndividualChanceMeasure
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: InverseFORM
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: InverseFORMResult
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
.. currentmodule:: otrobopt

.. autoclass:: JointChanceMeasure
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
.. currentmodule:: otrobopt

.. autoclass:: MeanMeasure
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
.. currentmodule:: otrobopt

.. autoclass:: MeanStandardDeviationTradeoffMeasure
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: MeasureEvaluation
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: MeasureFactory
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: MeasureFunction
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
.. currentmodule:: otrobopt

.. autoclass:: QuantileMeasure
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: RobustOptimizationAlgorithm
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: RobustOptimizationProblem
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: SequentialMonteCarloRobustAlgorithm
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: SubsetInverseSampling
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: otrobopt

.. autoclass:: SubsetInverseSamplingResult
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
.. currentmodule:: otrobopt

.. autoclass:: VarianceMeasure
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
.. currentmodule:: otrobopt

.. autoclass:: WorstCaseMeasure
:exclude-members: __call__, thisown


.. automethod:: __init__
Expand Down
4 changes: 4 additions & 0 deletions otrobopt/master/_static/check-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions otrobopt/master/_static/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions otrobopt/master/_static/copy-button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 94 additions & 0 deletions otrobopt/master/_static/copybutton.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
/* Copy buttons */
button.copybtn {
position: absolute;
display: flex;
top: .3em;
right: .3em;
width: 1.7em;
height: 1.7em;
opacity: 0;
transition: opacity 0.3s, border .3s, background-color .3s;
user-select: none;
padding: 0;
border: none;
outline: none;
border-radius: 0.4em;
/* The colors that GitHub uses */
border: #1b1f2426 1px solid;
background-color: #f6f8fa;
color: #57606a;
}

button.copybtn.success {
border-color: #22863a;
color: #22863a;
}

button.copybtn svg {
stroke: currentColor;
width: 1.5em;
height: 1.5em;
padding: 0.1em;
}

div.highlight {
position: relative;
}

/* Show the copybutton */
.highlight:hover button.copybtn, button.copybtn.success {
opacity: 1;
}

.highlight button.copybtn:hover {
background-color: rgb(235, 235, 235);
}

.highlight button.copybtn:active {
background-color: rgb(187, 187, 187);
}

/**
* A minimal CSS-only tooltip copied from:
* https://codepen.io/mildrenben/pen/rVBrpK
*
* To use, write HTML like the following:
*
* <p class="o-tooltip--left" data-tooltip="Hey">Short</p>
*/
.o-tooltip--left {
position: relative;
}

.o-tooltip--left:after {
opacity: 0;
visibility: hidden;
position: absolute;
content: attr(data-tooltip);
padding: .2em;
font-size: .8em;
left: -.2em;
background: grey;
color: white;
white-space: nowrap;
z-index: 2;
border-radius: 2px;
transform: translateX(-102%) translateY(0);
transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.o-tooltip--left:hover:after {
display: block;
opacity: 1;
visibility: visible;
transform: translateX(-100%) translateY(0);
transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
transition-delay: .5s;
}

/* By default the copy button shouldn't show up when printing a page */
@media print {
button.copybtn {
display: none;
}
}
Loading

0 comments on commit d9af8a4

Please sign in to comment.