[ https://issues.apache.org/jira/browse/CLIMATE-942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307601#comment-16307601 ]
ASF GitHub Bot commented on CLIMATE-942: ---------------------------------------- GitHub user MichaelArthurAnderson reopened a pull request: https://github.com/apache/climate/pull/475 CLIMATE-942 - Integer Passed To Temporal Rebin Rather Than String Throws Unknown Unit Type Error CLIMATE-942 - Integer Passed To Temporal Rebin Rather Than String Throws Unknown Unit Type Error - Corrected error in which integer rather than unit string was passed to temporal rebin which resulted in Unknown Unit error being thrown. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MichaelArthurAnderson/climate CLIMATE-942 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/475.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 #475 ---- commit 5c170a3ab2ab70439b6ba4f94f34422cd007db15 Author: Michael Anderson <michaelanderson@...> Date: 2017-12-30T00:28:38Z CLIMATE-826 Fix ValueError when dates are out of range post annual rebinning. commit 81dff2adfb54fdfbb1a1315d51fe32e584bdb382 Author: Michael Anderson <michaelanderson@...> Date: 2017-12-30T19:35:17Z CLIMATE-997 Remove warnings when making documentation with make html. commit a0b3e301b2154fe7e3d242743f881adb9630e825 Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T02:55:10Z CLIMATE-917 Remove warnings when making documentation with make html. commit 52d81668d7c44b1719a06b0026fc898f8f21dcc6 Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T13:45:29Z CLIMATE-762 Automate the linking of the frontend to the backend. commit 0a7c5cfafb26d8ec3fdb494dfc44fe27c2ee68ca Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T15:34:42Z CLIMATE-940 Corrected file list not displaying due to undefined error. commit 3c084f743a6566c3bb8f5b4f5aef8fb8c0ce95ac Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T15:57:28Z CLIMATE-940 Corrected file list not displaying due to undefined error. commit 179e031304c84d7130f91a31a853231af8c90f25 Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T18:44:37Z CLIMATE-230 Increase the color cycle to match the number of plots in the time series. commit fb463228efa0e10cdf7fbb2c603496c3e65ac1ef Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T19:05:57Z CLIMATE-230 Increase the color cycle to match the number of plots in the time series. commit 4d0088d55a8af89cbd790c1c46f282c277c3daaf Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T19:21:43Z CLIMATE-230 Increase the color cycle to match the number of plots in the time series. commit c85c776bab162a8a21af4e21edb710629df3f3b2 Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T19:35:10Z CLIMATE-230 Increase the color cycle to match the number of plots in the time series. commit 61f6d76bd7e47981f26a0d6aa21076ff503f2ee2 Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T19:35:30Z CLIMATE-230 Increase the color cycle to match the number of plots in the time series. commit d7f924d39eeb748bd9f9cdf375e7fd6cf528f95d Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T19:40:54Z CLIMATE-230 Increase the color cycle to match the number of plots in the time series. commit f1f3d4aaa67693653ff8ab76cbe5d3e9903e7575 Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T22:15:18Z CLIMATE-230 Increase the color cycle to match the number of plots in the time series. commit 9dd757fae897e36fac3e3258dca1133a6f009b0f Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T22:25:45Z CLIMATE-230 Increase the color cycle to match the number of plots in the time series. commit a7e85f4035562741a8aff96f3cc34ca2bfb39702 Author: Michael Anderson <michaelanderson@...> Date: 2017-12-31T23:32:37Z CLIMATE-625 Update draw_histogram and draw_marker_on_map documentation. commit cd7b45f54741e125862af7d73519ed106cd7ab3d Author: Michael Anderson <michaelanderson@...> Date: 2018-01-02T01:07:22Z CLIMATE-941 Value Error When Bounds Object Is Created Without Named Inputs commit d303607ebd37e68d9ea0de922f2e1849c0021480 Author: Michael Anderson <michaelanderson@...> Date: 2018-01-02T02:03:44Z CLIMATE-942 Integer Passed To Temporal Rebin Rather Than String Throws Unknown Unit Type Error commit b5cd443a4c3f98c697af046fa89e4f40504a170e Author: Michael Anderson <michaelanderson@...> Date: 2018-01-02T02:07:16Z CLIMATE-942 Integer Passed To Temporal Rebin Rather Than String Throws Unknown Unit Type Error ---- > Integer Passed To Temporal Rebin Rather Than String Throws Unknown Unit Type > Error > ---------------------------------------------------------------------------------- > > Key: CLIMATE-942 > URL: https://issues.apache.org/jira/browse/CLIMATE-942 > Project: Apache Open Climate Workbench > Issue Type: Bug > Reporter: Michael Anderson > Assignee: Michael Anderson > > The UI was passing a string rather than an integer which > backend/processing.py was then passing to temporal_rebin which did not > recognize it as a valid unit type. -- This message was sent by Atlassian JIRA (v6.4.14#64029)