Skip to content

Commit b5dd7d4

Browse files
authored
Update Envy_tie_prune_label.lpy
1 parent 37c5e13 commit b5dd7d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/Envy_tie_prune_label.lpy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Tying, Pruning, and Labelling Envy architecture tree
33
"""
44
import sys
5-
import os
65
sys.path.append('../')
76
from stochastic_tree import Support, BasicWood
87
import numpy as np
@@ -12,7 +11,7 @@ import gc
1211
import time
1312
import math
1413
from math import sin, cos, pi
15-
from helper_edited import *
14+
from helper import *
1615

1716

1817
# Leaf class

0 commit comments

Comments
 (0)