[
https://issues.apache.org/jira/browse/CLIMATE-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186968#comment-14186968
]
ASF GitHub Bot commented on CLIMATE-536:
----------------------------------------
GitHub user kwhitehall opened a pull request:
https://github.com/apache/climate/pull/121
removing files.py and process.py from the code repo
Addressed CLIMATE-536 & 537 here by removing the unnecessary file.py and
process.py files from the code base, as well as removed their imports from
mccsearch.py
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kwhitehall/climate CLIMATE-537
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/121.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #121
----
commit ad8e0c7f94e6c6cc270e880f92d1bd395cc3dd49
Author: Kim Whitehall <[email protected]>
Date: 2014-10-28T15:29:07Z
removing files.py and process.py from te code repo
----
> Update mccsearch files.py to use current replacement of utils.fortran function
> ------------------------------------------------------------------------------
>
> Key: CLIMATE-536
> URL: https://issues.apache.org/jira/browse/CLIMATE-536
> Project: Apache Open Climate Workbench
> Issue Type: Task
> Components: mcc search
> Affects Versions: 0.5
> Reporter: Lewis John McGibbney
> Assignee: Kim Whitehall
> Priority: Critical
> Fix For: 0.5
>
>
> Currently files.py within the mccsearch module uses a legacy (incorrect)
> fortranfile.py (0)... which hails from the now deprecated rcmet
> fortranfile.py (1)
> We need to make a determination as to how this should be upgraded.
> In particular, we use the following functions
> * [fortranfile.FortranFile(fileName,
> mode='w')|https://github.com/apache/climate/blob/master/mccsearch/code/files.py#L529]
> (0) https://github.com/apache/climate/blob/master/mccsearch/code/files.py#L32
> (1)
> https://github.com/apache/climate/blob/master/rcmet/src/main/python/rcmes/utils/fortranfile.py
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)