Skip to content

Commit

Permalink
Rename proposal to respect specifications (#6002)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored Oct 9, 2023
1 parent 0e9a51c commit 0cb9abb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Title: Evaluation in Haystack 2.0
- Decision driver: (Silvano Cerza, Julian Risch)
- Start Date: 2023-08-23
- Proposal PR: #5794
- Proposal PR: [#5794](https://github.com/deepset-ai/haystack/pull/5794/)
- Github Issue or Discussion: https://github.com/deepset-ai/haystack/issues/5628

# Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@
]

eval_result = eval(pipe, inputs=inputs, expected_output=expected_output)
metrics = result.calculate_metrics(Metric.SAS)
metrics = result.calculate_metrics(Metric.SAS) # noqa
metrics.save("path/to/file.csv")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ line-length = 120
skip_magic_trailing_comma = true # For compatibility with pydoc>=4.6, check if still needed.

[tool.codespell]
ignore-words-list = "ans,astroid,nd,ned,nin,ue"
ignore-words-list = "ans,astroid,nd,ned,nin,ue,rouge"
quiet-level = 3
skip = "test/nodes/*,test/others/*,test/samples/*"

Expand Down

0 comments on commit 0cb9abb

Please sign in to comment.