Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
FOUCHARD Denis committed Feb 27, 2024
1 parent 70c0d00 commit 850a2a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/plot_toy_int_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
==========================
This is a toy experiment to test Individual Tuning Model (INT) on two parts of the
This is a toy experiment to test Individual Tuning Model (INT) on two parts of the
data (or different runs) to assess the validity of tuning computation. This code has
no vocation to be an explanatory example, but rather a test to check the validity of
the INT model.
Expand Down Expand Up @@ -80,8 +80,6 @@
# ---------------------------------------------
# We create two instances of the INT model to align the two runs of the experiment.
# We then extract the tuning matrices and the shared from the two runs to compare them.
#
#

int1 = INT(
n_components=latent_dim,
Expand Down

0 comments on commit 850a2a1

Please sign in to comment.