Skip to content

Commit

Permalink
Finish data_loader (function, docu, testing, tutorials)
Browse files Browse the repository at this point in the history
  • Loading branch information
breimanntools committed Sep 23, 2023
1 parent a828bc5 commit d669bb7
Show file tree
Hide file tree
Showing 15 changed files with 679 additions and 4,310 deletions.
Binary file modified aaanalysis/data_loader/__pycache__/data_loader.cpython-39.pyc
Binary file not shown.
3 changes: 0 additions & 3 deletions aaanalysis/data_loader/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ def load_dataset(name: str = "INFO",
post_check_df_seq(df_seq=df_seq, n=n, name=name)
return df_seq

# TODO add tutorial

# Load scales
def load_scales(name: str = "scales",
just_aaindex: bool = False,
Expand Down Expand Up @@ -365,4 +363,3 @@ def load_scales(name: str = "scales",
selected_scales = [x for x in list(df) if x in list(df_cat[ut.COL_SCALE_ID])]
df = df[selected_scales]
return df

Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/generated/aaanalysis.load_scales.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/generated/tutorial2b_scales_loader.doctree
Binary file not shown.
Loading

0 comments on commit d669bb7

Please sign in to comment.