Skip to content

Commit

Permalink
data
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Aug 20, 2024
1 parent 1280eda commit 554108e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"angle_data = (15, 30, 45, 60, 75, 90)\n",
"angle_data = (15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85 90)\n",
"links_data = (8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32)\n",
"prefix = '../../../../../../data/frc/'\n",
"suffix = '-1e3-bins-1e12-samples.csv'"
Expand Down

0 comments on commit 554108e

Please sign in to comment.