Skip to content

Commit

Permalink
test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclifford1 committed Oct 9, 2024
1 parent b527760 commit 6b0be79
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions IQM_Vis/transforms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Author: Matt Clifford <[email protected]>
# License: BSD 3-Clause License

from IQM_Vis.transforms.effects import (
blur,
brightness,
Expand Down
Binary file modified dev_resources/docs/_build/doctrees/environment.pickle
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@
<div itemprop="articleBody">

<h1>Source code for IQM_Vis.transforms</h1><div class="highlight"><pre>
<span></span><span class="kn">from</span> <span class="nn">IQM_Vis.transforms.effects</span> <span class="kn">import</span> <span class="p">(</span>
<span></span><span class="c1"># Author: Matt Clifford &lt;[email protected]&gt;</span>
<span class="c1"># License: BSD 3-Clause License</span>

<span class="kn">from</span> <span class="nn">IQM_Vis.transforms.effects</span> <span class="kn">import</span> <span class="p">(</span>
<span class="n">blur</span><span class="p">,</span>
<span class="n">brightness</span><span class="p">,</span>
<span class="n">binary_threshold</span><span class="p">,</span>
Expand Down
2 changes: 1 addition & 1 deletion tests/reports/junit/junit.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="13" time="19.587" timestamp="2024-10-09T12:08:16.360052" hostname="Dell-5320"><testcase classname="tests.test_metrics" name="test_all_metrics_initialise" time="0.238" /><testcase classname="tests.test_metrics" name="test_all_metrics_images_initialise" time="0.225" /><testcase classname="tests.test_metrics" name="test_all_metrics_process_image" time="2.064" /><testcase classname="tests.test_metrics" name="test_all_metric_images_process_image" time="0.253" /><testcase classname="tests.test_transforms" name="test_all_transforms_init_value_no_change_image" time="0.259" /><testcase classname="tests.test_transforms" name="test_all_transforms_min_max_specified" time="0.236" /><testcase classname="tests.test_transforms" name="test_all_transforms_min_change_image" time="0.279" /><testcase classname="tests.test_transforms" name="test_all_transforms_max_change_image" time="0.316" /><testcase classname="tests.UI.test_sliders" name="test_sliders" time="1.173" /><testcase classname="tests.notebook_examples.test_1_making_the_UI" name="test_build_1" time="1.011" /><testcase classname="tests.notebook_examples.test_2_simple_customisation" name="test_build_2" time="1.299" /><testcase classname="tests.notebook_examples.test_3_customisation_details" name="test_3" time="3.005" /><testcase classname="tests.notebook_examples.test_4_experiment" name="test_experiment_runs" time="6.290" /></testsuite></testsuites>
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="0" time="2.608" timestamp="2024-10-09T12:12:12.442572" hostname="Dell-5320" /></testsuites>

0 comments on commit 6b0be79

Please sign in to comment.