Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions benchmark/scripts/AMME2E_1stream1static_eager/OoOCommon.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
import csv
import numpy as np
import matplotlib.pyplot as plt
import itertools as it
import os
import sys

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'sys' is not used.

Copilot uses AI. Check for mistakes.

import matplotlib
import matplotlib.pyplot as plt
import matplotlib.ticker as mtick
import numpy as np
import pandas as pd
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import os
import pandas as pd
import sys
import matplotlib.ticker as mtick
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 22
Expand Down
17 changes: 7 additions & 10 deletions benchmark/scripts/AMME2E_1stream1static_eager/drawSVI.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
#!/usr/bin/env python3
import csv
import numpy as np
import matplotlib.pyplot as plt
import itertools as it

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'it' is not used.

Copilot uses AI. Check for mistakes.
import os
import sys

import accuBar as accuBar
import groupBar as groupBar
import groupBar2 as groupBar2
import groupLine as groupLine
from autoParase import *
import itertools as it
import os

import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'pd' is not used.

Copilot uses AI. Check for mistakes.
import pylab
from autoParase import *

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.

Suggested change
from autoParase import *
import importlib
autoParase = importlib.import_module("autoParase")
globals().update(
{name: value for name, value in vars(autoParase).items() if not name.startswith("_")}
)

Copilot uses AI. Check for mistakes.
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import os
import pandas as pd
import sys
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.
Import of 'LinearLocator' is not used.

Copilot uses AI. Check for mistakes.
from OoOCommon import *

OPT_FONT_NAME = 'Helvetica'
Expand Down
20 changes: 8 additions & 12 deletions benchmark/scripts/AMME2E_1stream1static_eager/drawTogether.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#!/usr/bin/env python3
import csv
import numpy as np
import matplotlib.pyplot as plt
import accuBar as accuBar
import groupBar2 as groupBar2
import groupLine as groupLine
from autoParase import *
import itertools as it
import os
import sys

import accuBar as accuBar

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'accuBar' is not used.

Copilot uses AI. Check for mistakes.
import groupBar2 as groupBar2
import groupLine as groupLine

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'groupLine' is not used.

Copilot uses AI. Check for mistakes.
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'pd' is not used.

Copilot uses AI. Check for mistakes.
import pylab
from matplotlib.font_manager import FontProperties
from autoParase import *

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.

Suggested change
from autoParase import *
import autoParase

Copilot uses AI. Check for mistakes.
from matplotlib import ticker
from matplotlib.ticker import LogLocator, LinearLocator

import os
import pandas as pd
import sys
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.
from OoOCommon import *

OPT_FONT_NAME = 'Helvetica'
Expand Down
4 changes: 2 additions & 2 deletions benchmark/scripts/AMME2E_1stream1static_eager/groupBar2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

import matplotlib
import matplotlib.pyplot as plt
import matplotlib.ticker as mtick
import numpy as np
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import matplotlib.ticker as mtick
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 24
Expand Down
4 changes: 1 addition & 3 deletions benchmark/scripts/AMME2E_1stream1static_eager/groupLine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
import os

import matplotlib
import matplotlib.patches as patches
import matplotlib.pyplot as plt
import numpy as np
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import MaxNLocator
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LinearLocator, LogLocator, MaxNLocator, ScalarFormatter
from numpy import double
import matplotlib.patches as patches

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 20
Expand Down
11 changes: 4 additions & 7 deletions benchmark/scripts/AMME2E_1stream1static_lazy/OoOCommon.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
import csv
import numpy as np
import matplotlib.pyplot as plt
import itertools as it
import os
import sys

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'sys' is not used.

Copilot uses AI. Check for mistakes.

import matplotlib
import matplotlib.pyplot as plt
import matplotlib.ticker as mtick
import numpy as np
import pandas as pd
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import os
import pandas as pd
import sys
import matplotlib.ticker as mtick
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 22
Expand Down
17 changes: 7 additions & 10 deletions benchmark/scripts/AMME2E_1stream1static_lazy/drawSVI.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
#!/usr/bin/env python3
import csv
import numpy as np
import matplotlib.pyplot as plt
import itertools as it

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'it' is not used.

Copilot uses AI. Check for mistakes.
import os
import sys

import accuBar as accuBar
import groupBar as groupBar
import groupBar2 as groupBar2
import groupLine as groupLine
from autoParase import *
import itertools as it
import os

import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'pd' is not used.

Copilot uses AI. Check for mistakes.
import pylab
from autoParase import *

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.

Suggested change
from autoParase import *
import autoParase as _autoParase
# Populate this module's namespace with public names from autoParase
# while avoiding "from autoParase import *", which pollutes the namespace.
for _name in dir(_autoParase):
if not _name.startswith("_"):
globals()[_name] = getattr(_autoParase, _name)
del _name

Copilot uses AI. Check for mistakes.
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import os
import pandas as pd
import sys
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.
Import of 'LinearLocator' is not used.

Copilot uses AI. Check for mistakes.
from OoOCommon import *

OPT_FONT_NAME = 'Helvetica'
Expand Down
20 changes: 8 additions & 12 deletions benchmark/scripts/AMME2E_1stream1static_lazy/drawTogether.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#!/usr/bin/env python3
import csv
import numpy as np
import matplotlib.pyplot as plt
import accuBar as accuBar
import groupBar2 as groupBar2
import groupLine as groupLine
from autoParase import *
import itertools as it
import os
import sys

import accuBar as accuBar

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'accuBar' is not used.

Copilot uses AI. Check for mistakes.
import groupBar2 as groupBar2
import groupLine as groupLine

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'groupLine' is not used.

Copilot uses AI. Check for mistakes.
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'pd' is not used.

Copilot uses AI. Check for mistakes.
import pylab
from matplotlib.font_manager import FontProperties
from autoParase import *

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.

Suggested change
from autoParase import *
import autoParase

Copilot uses AI. Check for mistakes.
from matplotlib import ticker
from matplotlib.ticker import LogLocator, LinearLocator

import os
import pandas as pd
import sys
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.
from OoOCommon import *

OPT_FONT_NAME = 'Helvetica'
Expand Down
4 changes: 2 additions & 2 deletions benchmark/scripts/AMME2E_1stream1static_lazy/groupBar2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

import matplotlib
import matplotlib.pyplot as plt
import matplotlib.ticker as mtick
import numpy as np
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import matplotlib.ticker as mtick
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 24
Expand Down
4 changes: 1 addition & 3 deletions benchmark/scripts/AMME2E_1stream1static_lazy/groupLine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
import os

import matplotlib
import matplotlib.patches as patches
import matplotlib.pyplot as plt
import numpy as np
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import MaxNLocator
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LinearLocator, LogLocator, MaxNLocator, ScalarFormatter
from numpy import double
import matplotlib.patches as patches

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 20
Expand Down
11 changes: 4 additions & 7 deletions benchmark/scripts/AMME2E_2stream_eager/OoOCommon.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
import csv
import numpy as np
import matplotlib.pyplot as plt
import itertools as it
import os
import sys

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'sys' is not used.

Copilot uses AI. Check for mistakes.

import matplotlib
import matplotlib.pyplot as plt
import matplotlib.ticker as mtick
import numpy as np
import pandas as pd
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import os
import pandas as pd
import sys
import matplotlib.ticker as mtick
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 22
Expand Down
17 changes: 7 additions & 10 deletions benchmark/scripts/AMME2E_2stream_eager/drawSVI.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
#!/usr/bin/env python3
import csv
import numpy as np
import matplotlib.pyplot as plt
import itertools as it

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'it' is not used.

Copilot uses AI. Check for mistakes.
import os
import sys

import accuBar as accuBar
import groupBar as groupBar
import groupBar2 as groupBar2
import groupLine as groupLine
from autoParase import *
import itertools as it
import os

import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'pd' is not used.

Copilot uses AI. Check for mistakes.
import pylab
from autoParase import *

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.

Suggested change
from autoParase import *
import autoParase as _autoParase
# Re-export public names from autoParase without using a wildcard import
for _name in dir(_autoParase):
if not _name.startswith("_"):
globals()[_name] = getattr(_autoParase, _name)

Copilot uses AI. Check for mistakes.
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import os
import pandas as pd
import sys
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.
Import of 'LinearLocator' is not used.

Copilot uses AI. Check for mistakes.
from OoOCommon import *

OPT_FONT_NAME = 'Helvetica'
Expand Down
20 changes: 8 additions & 12 deletions benchmark/scripts/AMME2E_2stream_eager/drawTogether.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#!/usr/bin/env python3
import csv
import numpy as np
import matplotlib.pyplot as plt
import accuBar as accuBar
import groupBar2 as groupBar2
import groupLine as groupLine
from autoParase import *
import itertools as it
import os
import sys

import accuBar as accuBar

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'accuBar' is not used.

Copilot uses AI. Check for mistakes.
import groupBar2 as groupBar2
import groupLine as groupLine

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'groupLine' is not used.

Copilot uses AI. Check for mistakes.
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'pd' is not used.

Copilot uses AI. Check for mistakes.
import pylab
from matplotlib.font_manager import FontProperties
from autoParase import *

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.
Import pollutes the enclosing namespace, as the imported module autoParase does not define 'all'.

Copilot uses AI. Check for mistakes.
from matplotlib import ticker
from matplotlib.ticker import LogLocator, LinearLocator

import os
import pandas as pd
import sys
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.
from OoOCommon import *

OPT_FONT_NAME = 'Helvetica'
Expand Down
4 changes: 2 additions & 2 deletions benchmark/scripts/AMME2E_2stream_eager/groupBar2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

import matplotlib
import matplotlib.pyplot as plt
import matplotlib.ticker as mtick
import numpy as np
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import matplotlib.ticker as mtick
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 24
Expand Down
4 changes: 1 addition & 3 deletions benchmark/scripts/AMME2E_2stream_eager/groupLine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
import os

import matplotlib
import matplotlib.patches as patches
import matplotlib.pyplot as plt
import numpy as np
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import MaxNLocator
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LinearLocator, LogLocator, MaxNLocator, ScalarFormatter
from numpy import double
import matplotlib.patches as patches

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 20
Expand Down
11 changes: 4 additions & 7 deletions benchmark/scripts/AMME2E_2stream_lazy/OoOCommon.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
import csv
import numpy as np
import matplotlib.pyplot as plt
import itertools as it
import os
import sys

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'sys' is not used.

Copilot uses AI. Check for mistakes.

import matplotlib
import matplotlib.pyplot as plt
import matplotlib.ticker as mtick
import numpy as np
import pandas as pd
import pylab
from matplotlib.font_manager import FontProperties
from matplotlib.ticker import LogLocator, LinearLocator
import os
import pandas as pd
import sys
import matplotlib.ticker as mtick
from matplotlib.ticker import LinearLocator, LogLocator

Copilot AI Jan 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import of 'LogLocator' is not used.

Copilot uses AI. Check for mistakes.

OPT_FONT_NAME = 'Helvetica'
TICK_FONT_SIZE = 22
Expand Down
Loading
Loading