Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ledm committed Jun 7, 2024
1 parent 2f34482 commit 0f6a5a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bgcval2/bgcvaltools/removeMaskFromshelve.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
from shelve import open as shOpen
from glob import glob

from bgcval2._runtime_config import get_run_configuration


def removeFromShelves(fn, removeRegions):
print('removing:', removeRegions, 'from', fn)
Expand All @@ -54,8 +56,7 @@ def removeFromShelves(fn, removeRegions):



def main():

def main(config_user=None):

# get runtime configuration
if config_user:
Expand Down

0 comments on commit 0f6a5a0

Please sign in to comment.