Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"childEntityType": "State",
"classifications": [
{
"quantity": {
"idx": 0,
"qval": {
"cmp": "GE",
"val": 2.2250738585072014e-308
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The value 2.2250738585072014e-308 corresponds to sys.float_info.min (the minimum representable positive normalized float). Its appearance here as a quantity threshold for 'states with highest phds' suggests an underlying bug in the quantity detection or parsing logic (such as an uninitialized default float value or a parsing error). Please investigate the detection/parsing code rather than manually editing this golden file, as golden files are automatically generated.

References
  1. Do not manually round floating-point values in golden files or test data files that are automatically generated by scripts, as these files should only be updated via the automation tools.

}
},
"type": 3
},
{
"ranking_type": [
1
Expand Down
Loading