Skip to content

Commit

Permalink
Fix industries bug where I was using the wrong classification system.
Browse files Browse the repository at this point in the history
ISIC 4 -> ISIC 3
  • Loading branch information
makmanalp committed Jun 16, 2015
1 parent d1154ce commit c0f83c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colombia/import.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def test_process_cpy(self):

location_map = {l.code: l for l in locations}

industry_classification = classification.load("industry/ISIC/Colombia/out/isic_ac_4.0.csv")
industry_classification = classification.load("industry/ISIC/Colombia/out/isic_ac_3.0.csv")
industries = classification_to_models(industry_classification,
models.Industry)
db.session.add_all(industries)
Expand Down

0 comments on commit c0f83c8

Please sign in to comment.