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 15, 2023
2 parents 3c6d1cb + 0d9932b commit ce090f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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 13, 2023.</p>
<p>This manual built Sep 14, 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.

9 changes: 7 additions & 2 deletions tests/json/test_load_from_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,13 @@ def test_GIVEN_json_with_component_depending_on_relative_transform_WHEN_loaded_T
"children"
].append(depends_on_dataset)
json_reader._load_from_json_dict(json_dict_with_component)
assert (json_reader._components_depends_on["componentname"][1].component_name == "componentname")
assert (json_reader._components_depends_on["componentname"][1].transform_name == "slit0")
assert (
json_reader._components_depends_on["componentname"][1].component_name
== "componentname"
)
assert (
json_reader._components_depends_on["componentname"][1].transform_name == "slit0"
)


def test_when_experiment_id_in_json_then_it_is_added_to_entry(json_reader):
Expand Down

0 comments on commit ce090f3

Please sign in to comment.