Skip to content

Commit

Permalink
fixed hanlder position
Browse files Browse the repository at this point in the history
  • Loading branch information
WaterMenon09 committed Sep 17, 2024
1 parent fafa83d commit 240a7cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,7 @@
import unittest
from digital_twin.mobility.ue_tracks_generation_helper import UETracksGenerationHelper
from services.ue_tracks_generation.ue_tracks_generation_helper import UETracksGenerationHelper
from common import constants

# Mock constants to simulate the actual constants used in the UETracksGenerationHelper class.
class constants:
SIMULATION_ID = "simulation_id"
UE_TRACKS_GENERATION = "ue_tracks_generation"
PARAMS = "params"
OUTPUT_FILE_PREFIX = "output_file_prefix"
SIMULATION_TIME_INTERVAL = "simulation_time_interval_seconds"
NUM_TICKS = "num_ticks"
NUM_BATCHES = "num_batches"
UE_CLASS_DISTRIBUTION = "ue_class_distribution"
STATIONARY = "stationary"
PEDESTRIAN = "pedestrian"
CYCLIST = "cyclist"
CAR = "car"
COUNT = "count"
VELOCITY = "velocity"
VELOCITY_VARIANCE = "velocity_variance"
LON_LAT_BOUNDARIES = "lat_lon_boundaries"
MIN_LAT = "min_lat"
MAX_LAT = "max_lat"
MIN_LON = "min_lon"
MAX_LON = "max_lon"
GAUSS_MARKOV_PARAMS = "gauss_markov_params"
ALPHA = "alpha"
VARIANCE = "variance"
RNG_SEED = "rng_seed"
LON_X_DIMS = "lon_x_dims"
LON_Y_DIMS = "lon_y_dims"


class TestUETracksGenerationHelper(unittest.TestCase):

Expand Down

0 comments on commit 240a7cb

Please sign in to comment.