Skip to content

Commit

Permalink
Removed a file
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran Mattu committed Sep 17, 2024
1 parent a179e47 commit d757c79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 130 deletions.
2 changes: 0 additions & 2 deletions woudc_data_registry/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ def query_distinct_by_fields(
conditions = []
target_fields = values.keys()

LOGGER.debug(f'Querying distinct values by fields {target_fields} for {domain}')

LOGGER.debug(f'Querying distinct values \
by fields {target_fields} for {domain}')

Expand Down
126 changes: 0 additions & 126 deletions woudc_data_registry/tests/config/Updates_Errors.csv

This file was deleted.

4 changes: 2 additions & 2 deletions woudc_data_registry/tests/test_report_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_uses_error_definition(self):
"""Test that error/warning feedback responds to input files"""

# The two error files below have different error types for error 1.
all_errors = resolve_test_data_path('/config/Updated_Errors.csv')
all_errors = resolve_test_data_path('config/Updated_Errors.csv')

with report.OperatorReport(SANDBOX_DIR) as op_report:
op_report.read_error_definitions(all_errors)
Expand All @@ -132,7 +132,7 @@ def test_uses_error_definition(self):
_, success = op_report.add_message(101)
self.assertFalse(success)

op_report.read_error_definitions(all_errors)
# op_report.read_error_definitions(all_errors)

# self.assertIn(101, op_report._error_definitions)
# _, success = op_report.add_message(101)
Expand Down

0 comments on commit d757c79

Please sign in to comment.