[ https://issues.apache.org/jira/browse/CLIMATE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Schnitzer updated CLIMATE-964: ----------------------------------- Description: The fix for CLIMATE 603 ([https://github.com/markschn/climate/commit/75f8df695a17e0e13d40c1d1d8870ff6cf0a1ea2#diff-329d2a0265d3149483943c7713b5afe7]) prepended /tmp to the file location for the temporary files being used in the example simple_model_to_model_bias.py. This works in Linux but results in an error when running the sample in Windows. This is unfortunate because it was the suggested example to try to get started with Open Climate Workbench. tempfile.gettempdir() can be used to get the optimal tmp directory regardless of operating system. was: The fix for CLIMATE-603 (https://github.com/markschn/climate/commit/75f8df695a17e0e13d40c1d1d8870ff6cf0a1ea2#diff-329d2a0265d3149483943c7713b5afe7) prepended /tmp to the file location for the temporary files being used in the example simple_model_to_model_bias.py. This works in Linux but results in an error when running the sample in Windows. This is unfortunate because it was the suggested example to try to get started with Open Climate Workbench. tempfile.gettempdir() can be used to get the optimal tmp directory regardless of operating system. > tmp file location is broken on Windows for the simple_model_to_model_bias > example > --------------------------------------------------------------------------------- > > Key: CLIMATE-964 > URL: https://issues.apache.org/jira/browse/CLIMATE-964 > Project: Apache Open Climate Workbench > Issue Type: Bug > Components: examples > Affects Versions: 1.3.0 > Environment: Windows > Python 3.6.6 > Reporter: Mark Schnitzer > Priority: Minor > Labels: windows > Original Estimate: 24h > Remaining Estimate: 24h > > The fix for CLIMATE 603 > ([https://github.com/markschn/climate/commit/75f8df695a17e0e13d40c1d1d8870ff6cf0a1ea2#diff-329d2a0265d3149483943c7713b5afe7]) > prepended /tmp to the file location for the temporary files being used in > the example simple_model_to_model_bias.py. This works in Linux but results > in an error when running the sample in Windows. This is unfortunate because > it was the suggested example to try to get started with Open Climate > Workbench. > tempfile.gettempdir() can be used to get the optimal tmp directory regardless > of operating system. -- This message was sent by Atlassian JIRA (v7.6.3#76005)