Fix location folders

This commit is contained in:
2024-05-26 16:26:32 +02:00
parent 5bc7b25e82
commit 0d4bd5906b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import networks.Curve as curve
import networks.Segment as segment
import networks.geometry.curve as curve
import networks.geometry.segment as segment
import numpy as np

View File

@@ -1,5 +1,5 @@
import numpy as np
import networks.Segment as segment
import networks.geometry.segment as segment
from scipy import interpolate
from math import sqrt