Skip to content

Commit c9fb7f1

Browse files
committedApr 18, 2025
bug: add is_irregular method to SchismOutputUIDataManager class
1 parent a1d17c1 commit c9fb7f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pydelmod/schismui.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ def create_curve(self, df, r, unit, file_index=None):
131131
tools=["hover"],
132132
)
133133

134+
def is_irregular(self, r):
135+
return False
136+
134137
def get_data_for_time_range(self, r, time_range):
135138
unit = r["unit"]
136139
if r["source"] == "schism":

0 commit comments

Comments
 (0)