Skip to content

Commit b02af20

Browse files
raj-sinhaThe spade_anomaly_detection Authors
authored andcommitted
Makes the reg_covar parameter settable to a value different from the default.
The new parameter remains an internal parameter for now and is changed only for a unit test. PiperOrigin-RevId: 780262473
1 parent b47e9d0 commit b02af20

23 files changed

+57
-24
lines changed

spade_anomaly_detection/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

spade_anomaly_detection/csv_data_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

spade_anomaly_detection/csv_data_loader_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

spade_anomaly_detection/data_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

spade_anomaly_detection/data_loader_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

spade_anomaly_detection/data_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

spade_anomaly_detection/data_utils/bq_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

spade_anomaly_detection/data_utils/bq_dataset_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

spade_anomaly_detection/data_utils/bq_dataset_test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

spade_anomaly_detection/data_utils/bq_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The spade_anomaly_detection Authors.
1+
# Copyright 2025 The spade_anomaly_detection Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)