Skip to content

Commit

Permalink
Update with sample path
Browse files Browse the repository at this point in the history
  • Loading branch information
akomarla committed Nov 16, 2024
1 parent a559252 commit 13f6df3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
import importlib

# Eligibility model
sys.path.insert(0, "C:/Users/aparn/resentencing_data_initiative/eligibility_model/code")

## UPDATE WITH LOCAL RDI REPO
#sys.path.insert(0, "C:/Users/aparn/resentencing_data_initiative/eligibility_model/code")
sys.path.insert(0, "")

import helpers
import utils
import extract
Expand Down

0 comments on commit 13f6df3

Please sign in to comment.