mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-06 03:27:44 +00:00
refactor: rename project from Predix to NexQuant
Rename all source files, scripts, tests, documentation, and configuration from Predix/predix to NexQuant/nexquant across the entire codebase.
This commit is contained in:
@@ -196,7 +196,7 @@ class TestInfNanHandlingInsertion:
|
||||
|
||||
|
||||
# =============================================================================
|
||||
# Bug 5: scan_factors reads factor_code twice (predix_full_eval.py:174 + 195)
|
||||
# Bug 5: scan_factors reads factor_code twice (nexquant_full_eval.py:174 + 195)
|
||||
# =============================================================================
|
||||
|
||||
class TestScanFactorsDoubleRead:
|
||||
@@ -205,9 +205,9 @@ class TestScanFactorsDoubleRead:
|
||||
def test_factor_code_read_only_when_needed(self):
|
||||
"""Confirm the scan_factors double-read behavior (line 174+195)."""
|
||||
import inspect
|
||||
from scripts import predix_full_eval
|
||||
from scripts import nexquant_full_eval
|
||||
|
||||
source = inspect.getsource(predix_full_eval.scan_factors)
|
||||
source = inspect.getsource(nexquant_full_eval.scan_factors)
|
||||
|
||||
# Count occurrences of `.read_text()`
|
||||
count = source.count(".read_text()")
|
||||
|
||||
Reference in New Issue
Block a user