Skip to content
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 src/ansys/sherlock/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved.

"""PySherlock client library."""
from ansys.sherlock.core._version import __version__
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved.

"""Version of ``ansys-sherlock-core`` module.

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved.

"""Module containing all analysis capabilities."""

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module for running the gRPC APIs in the Sherlock Common service."""
try:
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""pysherlock specific errors."""

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/grpc_stub.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module for shared methods for the gRPC stubs."""
try:
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/launcher.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module for launching Sherlock locally or connecting to a local instance with gRPC."""
import errno
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/layer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module containing all layer management capabilities."""

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/lifecycle.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module containing all life cycle management capabilities."""

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/logging.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""PySherlock logger."""
from datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module containing all model generation capabilities."""
import os.path
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/parts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module containing all parts management capabilities."""

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/project.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module containing all project management capabilities."""
import os
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/sherlock.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module for the gRPC connection object."""
from ansys.sherlock.core.analysis import Analysis
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/stackup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

"""Module containing all stackup management capabilities."""

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved.

"""PySherlock client library constants for enumerated types."""
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/types/analysis_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved.

"""Module containing types for the Analysis Service."""

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/types/common_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved.

"""Module containing types for the Common Service."""

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/types/parts_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved.

"""Module containing types for the Parts Service."""

Expand Down
2 changes: 1 addition & 1 deletion tests/test_analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved
import time

import grpc
Expand Down
2 changes: 1 addition & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

import grpc
import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_launcher.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

import os
import unittest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_layer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

import grpc
import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_lifecycle.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved
import uuid

import grpc
Expand Down
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

import os
import platform
Expand Down
2 changes: 1 addition & 1 deletion tests/test_parts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

import os
import platform
Expand Down
2 changes: 1 addition & 1 deletion tests/test_project.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

import os
import platform
Expand Down
2 changes: 1 addition & 1 deletion tests/test_stackup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
# © 2023 ANSYS, Inc. All rights reserved

import grpc

Expand Down