fixes incorrect import name
This commit is contained in:
parent
cd0b9043ec
commit
5c80f3d65c
@ -3,7 +3,7 @@ import logging
|
||||
import os
|
||||
|
||||
|
||||
class PQUICParameter(RandomFileExperiment):
|
||||
class PQUICParameter(ExperimentParameter):
|
||||
PLUGINS = "pquicPlugins"
|
||||
SIZE = "pquicSize"
|
||||
|
||||
@ -15,7 +15,7 @@ class PQUICParameter(RandomFileExperiment):
|
||||
})
|
||||
|
||||
|
||||
class PQUIC(RandomFileExperiment):
|
||||
class PQUIC(Experiment):
|
||||
NAME = "pquic"
|
||||
PARAMETER_CLASS = PQUICParameter
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user