Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Apr 7, 2022
1 parent 396322b commit d8374e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/orm/nodes/data/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ def _get_dimensionality(pbc, cell):
elif dim == 3:
retdict['value'] = calc_cell_volume(cell)

return retdict
return retdict


def _validate_dimensionality(pbc, cell):
Expand Down

0 comments on commit d8374e1

Please sign in to comment.