Skip to content

Commit

Permalink
Added comma back in for np.where() call to work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeJimFlood authored Oct 23, 2024
1 parent 78e75d8 commit bb23cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/TravelTimeReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def get_ff_time(self, nev = False):
self.constants[flavor + "DiversionConstant"] + direct_time,
self.constants[flavor + "DiversionFactor"] * direct_time
)
self.settings["infinity"]
self.settings["infinity"],
),
self.land_use.index,
self.land_use.index
Expand Down

0 comments on commit bb23cc0

Please sign in to comment.