Skip to content

Commit

Permalink
Fix unit tests for change to NGEN_CSV_OUTPUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel committed Jun 6, 2024
1 parent 9a05f15 commit e38df7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/serialized_dataset_examples/ngen-output-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type" : "OBJECT_STORE",
"data_domain" : {
"continuous" : [],
"data_format" : "NGEN_OUTPUT",
"data_format" : "NGEN_CSV_OUTPUT",
"discrete" : [
{
"values" : [
Expand Down
2 changes: 1 addition & 1 deletion python/lib/core/dmod/test/test_meta_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_to_dict(self):
expected_serialized_data_fields = {"a": "int", "b": "float", "c": "bool", "d": "str", "e": "Any"}
data = {
# NOTE: NGEN_OUTPUT data_fields = None.
"data_format": "NGEN_OUTPUT",
"data_format": "NGEN_CSV_OUTPUT",
"continuous": {},
"discrete": {StandardDatasetIndex.DATA_ID: {"variable": "DATA_ID", "values": ["0"]}},
}
Expand Down

0 comments on commit e38df7a

Please sign in to comment.