Skip to content

Commit

Permalink
Removed unnecessary code from simple_demo
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercliff committed Feb 21, 2022
1 parent 72b89a7 commit 6ac0265
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions demos/simple_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@

R = calc.table['cov_EmpiricalCovariance'] # Extract the results for an individual SPI (we're using covariance here)

cf = CorrelationFrame()

# Needs a name so that we can uniquely index
calc.name = 'Calc1'
cf.merge(CorrelationFrame(calc,rmmin=True))
calc.name = 'Calc2'
cf.merge(CorrelationFrame(calc,rmmin=True))

plt.imshow(R)
plt.colorbar()
plt.ylabel('Process')
Expand Down

0 comments on commit 6ac0265

Please sign in to comment.