Skip to content

Commit

Permalink
For peter (#592)
Browse files Browse the repository at this point in the history
* use templates keys for args

* works for me

* fixing model prob and paralel driver'

* version changes

* version bla

* Trying to let peter overwrite path via subpath keyword

* pefrect way

* remove C commments

* first pass at getting correct version for test suite

* flake8ed , caught a bunch of things in dump_cmor as well

* no py37 yet on mac need to force 3.6

* removed pribt statemrnts
  • Loading branch information
doutriaux1 committed Mar 1, 2019
1 parent 78c6155 commit 9001da6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pcmdi_metrics/driver/observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ def __init__(self, root, var, obs_dict, obs='default',

template = obs_dict[var][obs_name].get("template", "%(realm)/%(frequency)/%(variable)/" +
"%(reference)/%(ac)/%(filename)")
print("OBFDDF:", obs_dict[var])
print("TEMPLATE:", root, template)

super(OBS, self).__init__(root, template, file_mask_template)

Expand Down

0 comments on commit 9001da6

Please sign in to comment.