Skip to content

Commit 86533a4

Browse files
committed
Change to new RAI Institute copyright
1 parent 99fd55b commit 86533a4

6 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/svg/sm_powered.min.svg

Lines changed: 1 addition & 1 deletion
Loading

.github/svg/sm_powered.svg

Lines changed: 1 addition & 1 deletion
Loading

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
coverage run --omit='tests/*.py,tests/base/*.py' -m pytest
6161
coverage report
62-
coverage xml
62+
coverage xml
6363
- name: upload coverage to Codecov
6464
uses: codecov/codecov-action@v3
6565
with:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved. -->
2+
13
# Spatial Maths for Python
24

35
[![A Python Robotics Package](https://raw.githubusercontent.com/petercorke/robotics-toolbox-python/master/.github/svg/py_collection.min.svg)](https://github.com/petercorke/robotics-toolbox-python)

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ required-version = "23.10.0"
9292
line-length = 88
9393
target-version = ['py38']
9494
exclude = "camera_derivatives.py"
95+
96+
[tool.pytest.ini_options]
97+
filterwarnings = [
98+
"ignore:invalid escape sequence:DeprecationWarning",
99+
]

spatialmath/spline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Boston Dynamics AI Institute LLC.
1+
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute.
22
# MIT Licence, see details in top-level file: LICENCE
33

44
"""

0 commit comments

Comments
 (0)