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-3526-NXtransfo…
Browse files Browse the repository at this point in the history
…rmations_offsets' into ECDC-3526-NXtransformations_offsets
  • Loading branch information
ggoneiESS committed Oct 24, 2023
2 parents 6c21773 + 76fd2a1 commit 62c683a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nexus_constructor/json/transformation_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def _create_transformations(self, json_transformations: list):
depends_on=None,
values=values,
offset_vector=QVector3D(*offset_vector),
offset_units=offset_units
offset_units=offset_units,
)
if depends_on not in DEPENDS_ON_IGNORE:
depends_on_id = TransformId(
Expand Down
2 changes: 1 addition & 1 deletion nexus_constructor/model/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def _create_and_add_transform(
values: Union[Dataset, Group, StreamModule],
target_pos: int = -1,
offset_vector: Optional[QVector3D] = None,
offset_units: str = ""
offset_units: str = "",
) -> Transformation:
if name is None:
name = _generate_incremental_name(transformation_type, self.transforms)
Expand Down
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 Oct 18, 2023.</p>
<p>This manual built Oct 24, 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.

0 comments on commit 62c683a

Please sign in to comment.