Skip to content

Commit e06c029

Browse files
refactor: remove VariableNoiseType
1 parent 91942a5 commit e06c029

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/systems/model_parsing.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ function update_readable_metadata!(varclass_dict, meta::Dict, varname)
186186
(:description, VariableDescription),
187187
(:unit, VariableUnit),
188188
(:bounds, VariableBounds),
189-
(:noise, VariableNoiseType),
190189
(:input, VariableInput),
191190
(:output, VariableOutput),
192191
(:irreducible, VariableIrreducible),

src/variables.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ struct VariableUnit end
1010
Symbolic metadata key for storing the type of connector that a variable is.
1111
"""
1212
struct VariableConnectType end
13-
struct VariableNoiseType end
1413
"""
1514
$TYPEDEF
1615

0 commit comments

Comments
 (0)