Skip to content

Commit

Permalink
chore: finalise details
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 14, 2025
1 parent 652281c commit d1f67a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data_checks/test_input_data_fold.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
{"structtype_column": "FEATURE", "fold_text": "fold", "objectid_column": "ID", "description_column": "description"},
True,
"Datatype FAULT: Column 'FOLD' (config key: 'structtype_column') contains non-string values. Please ensure all values in this column are strings."
"Datatype FOLD: Column 'FEATURE' (config key: 'structtype_column') contains non-string values. Please ensure all values in this column are strings."
),
# Missing ID column
(
Expand Down
1 change: 1 addition & 0 deletions tests/project/test_ignore_codes_setters_getters.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_set_get_ignore_codes():
config_dictionary = {
"structure": {"dipdir_column": "azimuth2", "dip_column": "dip"},
"geology": {"unitname_column": "unitname", "alt_unitname_column": "code"},
"fault": {'structtype_column': 'feature', 'fault_text': 'Fault'},
}
with patch.object(Project, 'validate_required_inputs', return_value=None):
project = Project(
Expand Down

0 comments on commit d1f67a9

Please sign in to comment.