Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
z10o committed Feb 17, 2023
1 parent ddceab6 commit b917781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/figure12.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@


# read sample data from file
obs_pts, obs_values = reader.read_csv_array('input/PressQFF_202007271200_' \
+ str(num_points) + '.csv')
obs_pts, obs_values = reader.read_csv_array('input/PressQFF_202007271200_' + str(num_points) + '.csv')


# compute Barnes interpolation
Expand Down

0 comments on commit b917781

Please sign in to comment.