Merge remote-tracking branch 'origin/dev' into feature/3110-userguide-fixes-Charlie
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
|
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
|
||||||
"""PrimAITE-specific exceptions."""
|
"""PrimAITE-specific exceptions."""
|
||||||
|
|
||||||
|
|
||||||
class PrimaiteError(Exception):
|
class PrimaiteError(Exception):
|
||||||
"""The root PrimAITE Error."""
|
"""The root PrimAITE Error."""
|
||||||
|
|
||||||
|
|||||||
@@ -1713,7 +1713,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.10.11"
|
"version": "3.10.12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
|
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
|
||||||
# flake8: noqa
|
# flake8: noqa
|
||||||
"""Baseclasses for the PrimAITE Simulator."""
|
"""Base classes for the PrimAITE Simulator."""
|
||||||
import warnings
|
import warnings
|
||||||
from abc import abstractmethod
|
from abc import abstractmethod
|
||||||
from typing import Callable, Dict, Iterable, List, Literal, Optional, Tuple, Union
|
from typing import Callable, Dict, Iterable, List, Literal, Optional, Tuple, Union
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
|
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
|
||||||
"""NTP software."""
|
"""Network Time Protocol software."""
|
||||||
|
|||||||
Reference in New Issue
Block a user