Skip to content

Commit

Permalink
pad interpolation table for cannonball with implicit duration.
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Nov 14, 2024
1 parent 8a217f5 commit 4085266
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ def setup(self):
alt_data = np.concatenate(([-1E6], alt_data))
rho_data = np.concatenate(([2.0], rho_data))

print(alt_data)
print(rho_data)
exit(0)


self.rho_interp = InterpND(points=np.array(alt_data),
values=np.array(rho_data),
method='slinear')
Expand Down

0 comments on commit 4085266

Please sign in to comment.