Skip to content

Commit

Permalink
Got the core.py tests working again
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Dec 18, 2024
1 parent 1164b67 commit f4f25dd
Show file tree
Hide file tree
Showing 28 changed files with 8,610 additions and 7,217 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
name_map1 ={ "subclass or group": "Subclass or Group",
"observed": "Observed"}
protected_table = protected_table.rename(columns=name_map1)
print protected_table
print(protected_table)

table_path = os.path.join(env_dir, "species_receptors.csv")
receptors_table = pd.read_csv(table_path, index_col=None)
Expand Down Expand Up @@ -766,5 +766,5 @@
file_path = os.path.abspath(__file__)
pkl_path = pickle_test_data(file_path, test_data)

print "generate test data: {}".format(pkl_path)
print("generate test data: {}".format(pkl_path))

Loading

0 comments on commit f4f25dd

Please sign in to comment.