Skip to content

Commit

Permalink
Fix tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Jun 22, 2023
1 parent 88793ed commit 9de05dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3fit/src/n3fit/model_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def observable_generator(
elif len(dataset.fktables_data) == 2:
target_info = [{'A': 2, 'Z': 1}, {'A': 1, 'Z': 1}]
else:
raise ValueueError(f"{dataset_name} is not suppported")
raise ValueError(f"{dataset_name} is not suppported")

# Now generate the observable layer, which takes the following information:
# operation name
Expand Down

0 comments on commit 9de05dc

Please sign in to comment.