Skip to content

Commit

Permalink
Fix syntax in a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Jul 31, 2023
1 parent daace21 commit 16d727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/calculators/event_based_damage.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _store_connectivity_analysis_results(self, conn_results):
if 'event_connectivity_loss_eff' in conn_results:
# FIXME
print(conn_results['event_connectivity_loss_eff'])
print(conn_results['event_connectivity_loss_eff'].dtype)
print(conn_results['event_connectivity_loss_eff'].dtypes)
self.datastore.create_df(
'infra-event_efl',
conn_results['event_connectivity_loss_eff'],
Expand Down

0 comments on commit 16d727b

Please sign in to comment.