Skip to content

Commit

Permalink
Debugging dylin
Browse files Browse the repository at this point in the history
  • Loading branch information
AryazE committed Sep 11, 2024
1 parent 81adfc0 commit 1cf6eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dynapyt/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def call_if_exists(self, f, *args):
func = self.analysis_func(analysis, f)
if func is None:
continue
print(f"Calling {f} of {analysis}")
if f.startswith("__") and f.endswith("__"):
is_filtered = False
else:
Expand Down

0 comments on commit 1cf6eb2

Please sign in to comment.