Skip to content

Commit

Permalink
Try path with two ../
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Dec 19, 2024
1 parent 8dda502 commit da222ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/track_errors/ctc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ These node and edge error annotations are used to calculate the CTC metrics TRA
:hide-code:

import sys
sys.path.append('../../../tests')
sys.path.append('../../tests')

import matplotlib.pyplot as plt
import networkx as nx
Expand All @@ -18,8 +18,8 @@ These node and edge error annotations are used to calculate the CTC metrics TRA
from traccuracy._tracking_graph import TrackingGraph
from traccuracy.matchers import Matched

import examples.graphs as ex_graphs
import examples.segs as ex_segs
import tests.examples.graphs as ex_graphs
import tests.examples.segs as ex_segs

def get_loc(graph, node):
return graph.graph.nodes[node]["t"], graph.graph.nodes[node]["y"]
Expand Down

0 comments on commit da222ca

Please sign in to comment.