hackathon_code4change / scripts /reextract_params.py
RoyAalekh's picture
feat: Complete Court Scheduling System for Code4Change Hackathon
54c8522
raw
history blame
158 Bytes
from src.eda_parameters import extract_parameters
import sys
print("Re-extracting parameters with fixed NA handling...")
extract_parameters()
print("Done.")