Skip to content

Commit

Permalink
Remove Water_Tank deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjcantrell committed Sep 22, 2023
1 parent a20d7ec commit abce0c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bricksrc/deprecations.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
from .namespaces import BRICK, RDFS, SKOS, A

deprecations = {
BRICK.Water_Tank: {
"version": "1.3.0",
"mitigation_message": "'Water_Tank' is deprecated as a space. 'Water_Storage_Tank' serves as it's replacement and is being moved to the equipment class.",
"replace_with": BRICK.Water_Storage_Tank,
},
BRICK.Solar_Radiance_Sensor: {
"version": "1.3.0",
"mitigation_message": "The class 'Solar_Radiance_Sensor' is deprecated in favor of 'Solar_Irradiance_Sensor'. The new name better reflects the standard unit of measurement, watts per square meter (W/m²), and aligns with the terminology commonly used in solar applications.",
Expand Down

0 comments on commit abce0c9

Please sign in to comment.