Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
gpitt71 committed Jan 10, 2023
2 parents 60bfe79 + f88e1e1 commit 11fb97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemact/lossmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1454,8 +1454,7 @@ def print_aggr_loss_method_specs(self, idx=0):
)

data = [
['Aggregate loss dist. method', self.aggr_loss_dist_method],
['n_aggr_dist_nodes', self.n_aggr_dist_nodes],
['Aggregate loss dist. method', self.aggr_loss_dist_method]
]

if self.aggr_loss_dist_method == 'mc':
Expand All @@ -1469,6 +1468,7 @@ def print_aggr_loss_method_specs(self, idx=0):
# n_sev_to_print += 1

data.extend([
['n_aggr_dist_nodes', self.n_aggr_dist_nodes],
['Sev. discr. method', self.sev_discr_method],
['Sev. discr. step', self.sev_discr_step],
['Number of sev. discr. nodes', n_sev_to_print]
Expand Down

0 comments on commit 11fb97d

Please sign in to comment.