Skip to content

Commit

Permalink
rename fdb to gj
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Jan 11, 2024
1 parent d6a7f14 commit 0c6764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytope/datacube/backends/fdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, config={}, axis_options={}):
partial_request = config
# Find values in the level 3 FDB datacube

self.fdb = pygj.GribJump()
self.gj = pygj.GribJump()
self.fdb_coordinates = self.fdb.axes(partial_request)
self.fdb_coordinates["values"] = []
for name, values in self.fdb_coordinates.items():
Expand Down

0 comments on commit 0c6764a

Please sign in to comment.