Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdewitt committed Apr 8, 2024
1 parent b8be874 commit c7a2414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion multidms/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ def get_nis_from_site_map(site_map):
if "weight" in condition_func_score_df.columns:
w[condition] = jnp.array(condition_func_score_df["weight"].values)


df.drop(["wts", "sites", "muts"], axis=1, inplace=True)
self._variants_df = df
self._training_data = {"X": X, "y": y, "w": w}
Expand Down

0 comments on commit c7a2414

Please sign in to comment.