14d296009281bee1b55ed42adffd6e8fe7975d6a,dipy/viz/tests/test_ui.py,,test_ui_radio_button,#Any#,629

Before Change


    if mode == "interactive":
        show_manager.start()
        
    elif mode == "record":
        // Recorded events:
        //  1. Click on button of option 1.
        //  2. Click on button of option 2.
        //  3. Click on button of option 2.
        //  4. Click on text of option 2.
        //  5. Click on button of option 1.
        //  6. Click on text of option 3.
        //  7. Click on button of option 4.
        //  8. Click on text of option 4.
        show_manager.record_events_to_file(recording_filename)
        print(list(event_counter.events_counts.items()))
        event_counter.save(expected_events_counts_filename)
    
    else:
        show_manager.play_events_from_file(recording_filename)
        expected = EventCounter.load(expected_events_counts_filename)

After Change


            position=(100, 100))
        showm = window.ShowManager(size=(600, 600))
        showm.ren.add(radio_button_test)
        showm.start()


@npt.dec.skipif(not have_vtk or skip_it)
@xvfb_it
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: nipy/dipy
Commit Name: 14d296009281bee1b55ed42adffd6e8fe7975d6a
Time: 2018-08-13
Author: marc.cote.19@gmail.com
File Name: dipy/viz/tests/test_ui.py
Class Name:
Method Name: test_ui_radio_button


Project Name: nipy/dipy
Commit Name: 14d296009281bee1b55ed42adffd6e8fe7975d6a
Time: 2018-08-13
Author: marc.cote.19@gmail.com
File Name: dipy/viz/tests/test_ui.py
Class Name:
Method Name: test_ui_checkbox


Project Name: arnomoonens/yarll
Commit Name: 7a75d0817b258afaab5cf0cf3c144a5957cebffe
Time: 2018-01-23
Author: x-006@hotmail.com
File Name: agents/a3c.py
Class Name: A3C
Method Name: learn