Skip to content

Commit

Permalink
Fix douar_lamrabet usecase
Browse files Browse the repository at this point in the history
Problem was tp column was interpreted as integer instead of number,

quickfix was to modify directly in datapackage.json, under the field
"tp" the type from "integer" to "number" and set
skip_infer_datapackage_metadata=True in compute_scenario function in
examples/scripts/compute.py

real fix was to change 0 to 0.0 in the tp column so that the guessed
type is not "integer" but "number"
  • Loading branch information
Bachibouzouk committed Oct 9, 2024
1 parent d739840 commit cec3cd9
Show file tree
Hide file tree
Showing 2 changed files with 9,883 additions and 1,122 deletions.
Loading

0 comments on commit cec3cd9

Please sign in to comment.