Skip to content

Commit

Permalink
Encode_SymmOp bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 2, 2018
1 parent a6370b8 commit df5c4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ejplugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def load_all_encoders():
return plugins.load_plugin_classes([Encode_Pymatgen, Encode_ASE])


__version__ = "0.9.4"
__version__ = "0.9.5"
2 changes: 1 addition & 1 deletion ejplugins/pymatgen_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Encode_SymmOp(object):
"""
plugin_name = 'pymatgen.SymmOp'
plugin_descript = 'encode/decode pymatgen.SymmOp'
objclass = pym.Structure
objclass = pym.SymmOp
dict_signature = ['@class', '@module', 'matrix']
allow_other_keys = True

Expand Down

0 comments on commit df5c4d0

Please sign in to comment.