Skip to content

Commit

Permalink
Merge pull request #47 from AllenNeuralDynamics/jason_learns_github
Browse files Browse the repository at this point in the history
Make pivot table tidy (tidy=false -> true)
  • Loading branch information
jasonyslee authored Oct 18, 2024
2 parents 719057b + cd1c970 commit 2fbd35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_dynamic_foraging_data_utils/nwb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def create_events_df(nwb_filename, adjust_time=True):
return df


def create_fib_df(nwb_filename, tidy=False, adjust_time=True):
def create_fib_df(nwb_filename, tidy=True, adjust_time=True):
"""
returns a dataframe of the FIB data in the nwb file
if tidy, return a tidy dataframe
Expand Down

0 comments on commit 2fbd35e

Please sign in to comment.