Skip to content
Snippets Groups Projects
Commit fa199d27 authored by JuanPi Carbajal's avatar JuanPi Carbajal
Browse files

fix script data naming. use PEP440 for version

parent e0885951
No related branches found
No related tags found
No related merge requests found
Pipeline #59857 passed
......@@ -54,7 +54,7 @@ endog_name = domain_cfg['endogenous-input']
# on a local file.
#
fname = '_'.join(__file__.split('_')[1:])
fname = 'explore_data_Bruno'
filepath = Path(fname).with_suffix('.pkl')
if not filepath.exists():
with swaDB(token=config['swadb']['readonly_token'],
......
......@@ -59,7 +59,7 @@ inputs = [target] + domain_cfg['exogenous-input']
# To avoid downloading the data each time the script is run, the data is saved
# on a local file.
#
fname = '_'.join(__file__.split('_')[1:])
fname = 'explore_data_Laura'
filepath = Path(fname).with_suffix('.pkl')
if not filepath.exists():
# select all fields in the inputs variables
......
......@@ -28,7 +28,7 @@ from setuptools import (
find_packages
)
__version__ = "0.3.0"
__version__ = "0.3.0.dev1"
__author__ = "Juan Pablo Carbajal"
__maintainer__ = ["Juan Pablo Carbajal"]
__email__ = "ajuanpi+dev@gmail.com"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment