Skip to content

Commit 19fdc40

Browse files
committed
fix: get data for intrusion feature
1 parent c2df4f4 commit 19fdc40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LoopStructural/modelling/intrusions/intrusion_feature.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from typing import Optional
12
import numpy as np
23
import pandas as pd
34
from LoopStructural.modelling.features import BaseFeature
@@ -404,3 +405,6 @@ def evaluate_value_test(self, points):
404405
intrusion_sf[c] = mod_intrusion_coord0_pts[c] - mod_c0_minside_threshold[c]
405406

406407
return intrusion_sf
408+
409+
def get_data(self, value_map: Optional[dict] = None):
410+
pass

0 commit comments

Comments
 (0)