Skip to content

Commit

Permalink
restructured package to match RAIL skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvdb committed May 17, 2024
1 parent 4525104 commit 9afd3e5
Show file tree
Hide file tree
Showing 10 changed files with 454 additions and 436 deletions.
4 changes: 2 additions & 2 deletions examples/full_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"from yaw import UniformRandoms\n",
"from rail.yaw_rail.utils import get_dc2_test_data\n",
"\n",
"from rail.yaw_rail import (\n",
"from rail.estimation.algos.cc_yaw import (\n",
" stage_helper, # utility for YawCacheCreate\n",
" YawCacheCreate, # step 2\n",
" YawAutoCorrelate, # step 3\n",
" YawCrossCorrelate, # step 4\n",
" YawSummarize, # step 5\n",
" YawCacheDrop, # step 6\n",
") # equivalent: from rail.yaw_rail import *\n",
"from rail.yaw_rail.cache import stage_helper # utility for YawCacheCreate\n",
"\n",
"# configure RAIL datastore to allow overwriting data\n",
"from rail.core.stage import RailStage\n",
Expand Down
Loading

0 comments on commit 9afd3e5

Please sign in to comment.