Skip to content

Commit

Permalink
Fix lint errors (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Aug 31, 2022
1 parent 0738516 commit c6649c2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions data/data-pipeline/data_pipeline/tests/test_tiles_smoketests.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
from ast import PyCF_TYPE_COMMENTS
from asyncio import constants
from pathlib import Path
import pandas as pd
import pytest
from data_pipeline import tile
import data_pipeline.score.field_names as field_names
from data_pipeline.utils import get_module_logger
from data_pipeline.config import settings
from data_pipeline.etl.score import constants

logger = get_module_logger(__name__)

"""Tiles and data pipeline: The goal here is to smoke test correctness
We should check for wrong variable ported over to the tiles by making sure the column name for each thing we want in usa.csv has the same value as
the column name for the tiles csv. This is NOT the same as checking that the column has been renamed. Rather, this requires looking at the
We should check for wrong variable ported over to the tiles by making sure the column name for each thing we want in usa.csv has the same value as
the column name for the tiles csv. This is NOT the same as checking that the column has been renamed. Rather, this requires looking at the
methodology of the tool, seeing what should be represented, and ensuring that variable is indeed represented.
-- I think we actually have to do a lot of this by hand and in QA
Check for USVI and Guam in tiles
Expand Down

0 comments on commit c6649c2

Please sign in to comment.