We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f584d4 commit 33d72e9Copy full SHA for 33d72e9
pylammpsmpi/wrapper/concurrent.py
@@ -394,7 +394,6 @@ def has_jpeg_support(self) -> Future:
394
A future object representing whether the Lammps library has JPEG support.
395
"""
396
return self._send_and_receive_dict(command="has_jpeg_support", data=[])
397
- return self._send_and_receive_dict(command="has_jpeg_support", data=[])
398
399
@property
400
def has_ffmpeg_support(self):
0 commit comments