-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
When
benchkit/scripts/install_venv.sh
. venv/bin/activate
is done outside the benchkit directory, campaign scripts stop working:
Traceback (most recent call last):
File "/home/dmitry/lotto/demos/benchmarks/suite.py", line 8, in <module>
from benchkit.campaign import CampaignCartesianProduct, CampaignSuite
File "/home/dmitry/lotto/demos/benchmarks/benchkit/benchkit/campaign.py", line 20, in <module>
from benchkit.lwchart import (
File "/home/dmitry/lotto/demos/benchmarks/benchkit/benchkit/lwchart.py", line 48, in <module>
class ChartProcessor(Protocol):
File "/home/dmitry/lotto/demos/benchmarks/benchkit/benchkit/lwchart.py", line 55, in ChartProcessor
chart: axes.Axes | sns.axisgrid.FacetGrid,
^^^^
NameError: name 'axes' is not defined
Metadata
Metadata
Assignees
Labels
No labels