Skip to content

Commit

Permalink
MAINT: Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed May 3, 2024
1 parent d0b468a commit c9ac023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def test_gui_upload_csv_simulation():
else: # UNIX-like systems
file_url = 'file://' + absolute_path
_ = gui._simulate_upload_data(file_url)
# gui.load_data_button.set_trait('value', uploaded_value)

assert len(gui.data['simulation_data']) == 1
assert 'test_default' in gui.data['simulation_data'].keys()
assert gui.data['simulation_data']['test_default']['net'] is None
Expand Down

0 comments on commit c9ac023

Please sign in to comment.