Skip to content

Commit

Permalink
Update ps-trace_path_changed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva authored Nov 5, 2024
1 parent 125fc2c commit 0ef5775
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ps-trace_path_changed.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
import utils.queries as qrs
from utils.helpers import timer
from alarms import alarms
import sys

print(f"Python version: {sys.version}")
print(f"Pandas version: {pd.__version__}")

# Builds the trceroute query
def queryPSTrace(dt):
Expand Down Expand Up @@ -762,10 +765,6 @@ def sendAlarms(data):
# Remove rows where 'asn' is NaN (including inf if needed)
probDf = probDf[~probDf['asn'].isna()]

print(f"Python version: {sys.version}")
print(f"Pandas version: {pd.__version__}")


# Find the nodes that work sporadically and add those the the baseline list
baseLine = addOnAndOffNodes(diffs, probDf, baseLine)
# Again get the pairs which took different form the usual paths
Expand Down

0 comments on commit 0ef5775

Please sign in to comment.