Skip to content

Commit

Permalink
Block setting 'projections' in the parameters, clashes with projectio…
Browse files Browse the repository at this point in the history
…ns input
  • Loading branch information
greschd committed Aug 10, 2017
1 parent 62e30cd commit 7aba031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_wannier90/calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _init_internal_params(self):

self._DEFAULT_SEEDNAME = 'aiida'
self._default_parser = 'wannier90.wannier90'
self._blocked_parameter_keys = ['length_unit', 'unit_cell_cart', 'atoms_cart']
self._blocked_parameter_keys = ['length_unit', 'unit_cell_cart', 'atoms_cart', 'projections']

# Needed because the super() call tries to set the properties to None
def _property_helper(suffix):
Expand Down

0 comments on commit 7aba031

Please sign in to comment.