Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur authored and jameshawkes committed Aug 1, 2023
1 parent 6bdd3cd commit d5be964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polytope/datacube/datacube.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def configure_datacube_axis(options, name, values, datacube):
DatacubeAxis.create_standard(name, values, datacube)
if "mapper" in options.keys():
from .datacube_mappers import DatacubeMapper

DatacubeMapper.create_mapper(options, name, datacube)
if "cyclic" in options.keys():
DatacubeAxis.create_cyclic(options, name, values, datacube)

0 comments on commit d5be964

Please sign in to comment.