Skip to content

Commit

Permalink
upgrade weas_widget factor control
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresOrtegaGuerrero committed Nov 8, 2024
1 parent 00ce6bc commit 0311109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"pre-commit",
"euphonic",
"kaleido",
"weas-widget==0.1.12",
"weas-widget==0.1.15",
]

[tool.ruff.lint]
Expand Down
1 change: 1 addition & 0 deletions src/aiidalab_qe_vibroscopy/utils/raman/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ def _animation_widget(self):
),
"kpoint": [0, 0, 0], # optional
"amplitude": amplitude,
"factor": amplitude * 0.6,
"nframes": 20,
"repeat": [
self._supercell[0].value,
Expand Down

0 comments on commit 0311109

Please sign in to comment.