0cd42478586c9cb1febb6b76eea068aac8869a1e,sacred/ingredient.py,Ingredient,__init__,#Ingredient#Any#Any#Any#Any#,38

Before Change


        self.config_hooks = []
        self.configurations = []
        self.named_configs = dict()
        self.ingredients = list(ingredients)
        self.logger = None
        self.captured_functions = []
        self.post_run_hooks = []
        self.pre_run_hooks = []

After Change


        if self.mainfile is None and not interactive:
            raise RuntimeError("Defining an experiment in interactive mode! "
                               "The sourcecode cannot be stored and the "
                               "experiment won"t be reproducible. If you still"
                               " want to run it pass interactive=True")

    // =========================== Decorators ==================================
    @optional_kwargs_decorator
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: IDSIA/sacred
Commit Name: 0cd42478586c9cb1febb6b76eea068aac8869a1e
Time: 2018-01-24
Author: dismaldenizen@gmail.com
File Name: sacred/ingredient.py
Class Name: Ingredient
Method Name: __init__


Project Name: apache/incubator-tvm
Commit Name: 54641ec26e931f7bac347eaf51e644c9f3912bd1
Time: 2020-06-09
Author: comaniac0422@gmail.com
File Name: python/tvm/relay/op/transform.py
Class Name:
Method Name: reshape


Project Name: bokeh/bokeh
Commit Name: de32960039d19599f03e32ab0aedc090918b4602
Time: 2018-03-27
Author: p1himik@gmail.com
File Name: tests/examples/test_examples.py
Class Name:
Method Name: test_server_examples