Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 0648fee

Browse files
kozlov-alexeyVyacheslav-Smirnov
authored andcommitted
Changing default SDC pipeline to new one (#405)
1 parent 34f2144 commit 0648fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdc/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
because decorator called later then modules have been initialized
5959
'''
6060

61-
config_pipeline_hpat_default = distutils_util.strtobool(os.getenv('SDC_CONFIG_PIPELINE_SDC', 'True'))
61+
config_pipeline_hpat_default = distutils_util.strtobool(os.getenv('SDC_CONFIG_PIPELINE_SDC', 'False'))
6262
'''
6363
Default value used to select compiler pipeline in a function decorator
6464
'''

0 commit comments

Comments
 (0)