Skip to content

Commit c8601b6

Browse files
committed
Remove extra data files
1 parent 616b170 commit c8601b6

File tree

5 files changed

+1
-38
lines changed

5 files changed

+1
-38
lines changed

examples/phd_results/t_net_analysis/analysis.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,4 @@ def helper(pathmod):
187187
plot_data(all_data, f'_{group}_all', actual_yield=actual_yield)
188188
accumulated_data[group] = post_data
189189

190-
plot_accumulated_data(accumulated_data)
191-
192-
post_data, all_data = build_data_dict()
193-
plot_data(post_data, '_post', actual_yield=actual_yield)
194-
plot_data(all_data, '_all', actual_yield=actual_yield)
195-
196-
post_data, all_data = build_data_dict('./dataNumSteps5s/')
197-
xlab = r'Number of Irradiation Time Steps'
198-
plot_data(post_data, '_post_dt', xlab, actual_yield=actual_yield)
199-
plot_data(all_data, '_all_dt', xlab, actual_yield=actual_yield)
190+
plot_accumulated_data(accumulated_data)

examples/phd_results/t_net_analysis/dataNet/intermediate_10_all.csv

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/phd_results/t_net_analysis/dataNet/intermediate_10_post.csv

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/phd_results/t_net_analysis/dataNet/intermediate_5000_all.csv

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/phd_results/t_net_analysis/dataNet/intermediate_5000_post.csv

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)