Skip to content

Commit

Permalink
Add logstash dep; cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Nov 19, 2024
1 parent 0f33458 commit cfa9126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ dev = [
"pytest",
"ruff",
"structlog",
"pynxtools",
"pynxtools",
"python-logstash>=0.4.6",
]

[tool.ruff]
Expand Down
1 change: 0 additions & 1 deletion src/nomad_measurements/xrd/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,6 @@ def normalize(self, archive: 'EntryArchive', logger: 'BoundLogger'):
if not self.results:
return
self.figures = self.results[0].generate_plots(archive, logger)
logger.error('Error in XRD normalization. Testing the conftest fixture.')


class RawFileXRDData(EntryData):
Expand Down

0 comments on commit cfa9126

Please sign in to comment.