Skip to content

Commit

Permalink
Fix name of profile in field efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGering committed Aug 1, 2023
1 parent 8d26a48 commit 81343b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oemof/tabular/datapackage/building.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def infer_metadata(
r.descriptor["schema"]["foreignKeys"].append(
{
"fields": key,
"reference": {"resource": key + "_profile"},
"reference": {"resource": r.name + "_profile"},
}
)

Expand Down

0 comments on commit 81343b1

Please sign in to comment.