Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/ECDC-3518-only-part…
Browse files Browse the repository at this point in the history
…ial-depends-on-support' into ECDC-3518-only-partial-depends-on-support
  • Loading branch information
ggoneiESS committed Sep 18, 2023
2 parents 91dee44 + 3bfcf0a commit cfa3747
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nx-class-documentation/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1>User Manual and Reference Documentation<a class="headerlink" href="#user-man
</div>
<hr class="docutils" />
<p class="rubric">Publishing Information</p>
<p>This manual built Sep 15, 2023.</p>
<p>This manual built Sep 18, 2023.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<p>This document is available in these formats online:</p>
Expand Down
2 changes: 1 addition & 1 deletion nx-class-documentation/html/searchindex.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions tests/json/test_load_from_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def contains_warning_of_type(
[
"/entry/instrument/test_component/transformations/location",
"transformations/location",
"location"
"location",
],
)
def test_GIVEN_json_with_component_depending_on_non_existent_transform_WHEN_loaded_THEN_warning_is_added(
Expand Down Expand Up @@ -413,7 +413,7 @@ def test_GIVEN_json_with_component_depending_on_relative_transform_WHEN_loaded_T
if depends_on_path is not None:
transform_name = depends_on_path.split("/")[-1]
else:
transform_name = 'None'
transform_name = "None"

json_dict_with_component["children"][0]["children"][0]["children"][0][
"children"
Expand All @@ -429,7 +429,8 @@ def test_GIVEN_json_with_component_depending_on_relative_transform_WHEN_loaded_T
== "componentname"
)
assert (
json_reader._components_depends_on["componentname"][1].transform_name == transform_name
json_reader._components_depends_on["componentname"][1].transform_name
== transform_name
)


Expand Down

0 comments on commit cfa3747

Please sign in to comment.