aee8a06cd1aac95abc8445fba2568e00ce2a473d,brian2/codegen/runtime/GSLcython_rt/GSLcython_rt.py,GSLCythonCodeObject,compile,#GSLCythonCodeObject#,22

Before Change


            super(GSLCythonCodeObject, self).compile()
        except RuntimeError as err:
            print("RuntimeErrorrrrrr")
            raise
        except CompileError as err:
            print("CompileErrorrrrrr")
            raise

After Change


        try:
            super(GSLCythonCodeObject, self).compile()
        except CompileError as err:
            raise GSLCompileError(("\nCompilation of files generated for integration with GSL has failed."
                                   "\nOne cause for this could be incorrect installation of GSL itself."
                                   "\nIf GSL is installed but Python cannot find the correct files, it is "
                                   "also possible to give the gsl directory manually by specifying "
                                   "prefs.GSL.directory = ..."))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 3

Instances


Project Name: brian-team/brian2
Commit Name: aee8a06cd1aac95abc8445fba2568e00ce2a473d
Time: 2017-08-18
Author: charleetje@gmail.com
File Name: brian2/codegen/runtime/GSLcython_rt/GSLcython_rt.py
Class Name: GSLCythonCodeObject
Method Name: compile


Project Name: mittagessen/kraken
Commit Name: 9f200d963b9646fb50326f7cf6788021ddfe955d
Time: 2018-04-08
Author: mittagessen@l.unchti.me
File Name: kraken/lib/models.py
Class Name:
Method Name: load_any


Project Name: WheatonCS/Lexos
Commit Name: eab2efbf0175b8b07fb2a3eade132ce24b150748
Time: 2017-07-31
Author: delandaluce_alvaro@wheatoncollege.edu
File Name: lexos/helpers/general_functions.py
Class Name:
Method Name: copy_dir


Project Name: mbernico/snape
Commit Name: 31e64e9133dd2c80a24eec6f97381c93a61bf95d
Time: 2017-03-05
Author: tgsmith61591@gmail.com
File Name: snape/testing.py
Class Name:
Method Name: assert_fails


Project Name: SheffieldML/GPy
Commit Name: 065ab725ff6110f7180461e44e8332a8ffc56203
Time: 2015-11-30
Author: ibinbei@gmail.com
File Name: GPy/plotting/__init__.py
Class Name:
Method Name: change_plotting_library