Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: change support email #17

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
cristina.teixidor@cognite.com.
support@cognite.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

.. _sphx_glr_auto_examples_data_quality_sg_execution_times:


Computation times
=================
**00:02.293** total execution time for **auto_examples_data_quality** files:
**00:02.605** total execution time for **auto_examples_data_quality** files:

+------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_data_quality_plot_out_of_range.py` (``plot_out_of_range.py``) | 00:02.293 | 0.0 MB |
| :ref:`sphx_glr_auto_examples_data_quality_plot_datapoint_diff.py` (``plot_datapoint_diff.py``) | 00:02.605 | 0.0 MB |
+------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_data_quality_plot_completeness.py` (``plot_completeness.py``) | 00:00.000 | 0.0 MB |
+------------------------------------------------------------------------------------------------------------------------+-----------+--------+
Expand All @@ -18,6 +19,8 @@ Computation times
+------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_data_quality_plot_low_density_identification.py` (``plot_low_density_identification.py``) | 00:00.000 | 0.0 MB |
+------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_data_quality_plot_out_of_range.py` (``plot_out_of_range.py``) | 00:00.000 | 0.0 MB |
+------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_data_quality_plot_rolling_stddev_timedelta.py` (``plot_rolling_stddev_timedelta.py``) | 00:00.000 | 0.0 MB |
+------------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_data_quality_plot_value_decrease_check.py` (``plot_value_decrease_check.py``) | 00:00.000 | 0.0 MB |
Expand Down
17 changes: 6 additions & 11 deletions docs-source/source/auto_examples/detect/sg_execution_times.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,15 @@

.. _sphx_glr_auto_examples_detect_sg_execution_times:

Computation times

**00:01.691** total execution time for **auto_examples_detect** files:

+--------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_detect_plot_oscillation_detection.py` (``plot_oscillation_detection.py``) | 00:01.691 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_detect_plot_ssd_cpd.py` (``plot_ssd_cpd.py``) | 00:00.000 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------+-----------+--------+

**00:28.644** total execution time for **auto_examples_detect** files:
Computation times
=================
**00:01.182** total execution time for **auto_examples_detect** files:

+------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_detect_plot_cusum.py` (``plot_cusum.py``) | 00:28.644 | 0.0 MB |
| :ref:`sphx_glr_auto_examples_detect_plot_oscillation_detection.py` (``plot_oscillation_detection.py``) | 00:01.182 | 0.0 MB |
+------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_detect_plot_cusum.py` (``plot_cusum.py``) | 00:00.000 | 0.0 MB |
+------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_auto_examples_detect_plot_ssd_cpd.py` (``plot_ssd_cpd.py``) | 00:00.000 | 0.0 MB |
+------------------------------------------------------------------------------------------------------------------+-----------+--------+
Expand Down
Loading