Ask Your Question

lisandrasp's profile - activity

2022-12-30 10:21:53 +0200 received badge  Popular Question (source)
2021-07-02 17:55:24 +0200 answered a question Graphic not shown in PyCharm

I had the same problem, I solved it by instead of using .show(), doing a .plot().save('plot.png').

2021-06-30 23:06:46 +0200 commented answer Is it possible for the spectrum() method to use all CPU cores?

I'm experimenting with the @parallel decorator but the spectrum() method doesn't seem to accept more than one input at a

2021-06-30 23:05:36 +0200 commented answer Is it possible for the spectrum() method to use all CPU cores?

It isn't working for me at all. Which Sage version are you using?

2021-06-30 22:40:28 +0200 received badge  Autobiographer
2021-06-30 21:07:28 +0200 commented answer Is it possible for the spectrum() method to use all CPU cores?

I'm experimenting with the @parallel decorator but the spectrum() method doesn't seem to accept more than one input at a

2021-06-30 21:07:05 +0200 edited question Is it possible for the spectrum() method to use all CPU cores?

Is it possible for the spectrum() method to use all CPU cores? I need to compute the Laplacian spectrum of a ton of grap

2021-06-30 21:06:35 +0200 received badge  Editor (source)
2021-06-30 21:06:35 +0200 edited question Is it possible for the spectrum() method to use all CPU cores?

Is it possible for the spectrum function to use all CPU cores? I need to compute the Laplacian spectrum of a ton of grap

2021-06-30 21:05:51 +0200 commented answer Is it possible for the spectrum() method to use all CPU cores?

I'm experimenting with the @parallel decorator but the spectrum method doesn't seem to accept more than one input at a t

2021-06-30 18:56:20 +0200 commented answer Is it possible for the spectrum() method to use all CPU cores?

Thanks! I was trying to use Python's multiprocessing library before, I'll try using the decorator then.

2021-06-30 18:50:42 +0200 received badge  Supporter (source)
2021-06-30 18:46:04 +0200 received badge  Student (source)
2021-06-30 18:43:39 +0200 asked a question Is it possible for the spectrum() method to use all CPU cores?

Is it possible for the spectrum function to use all CPU cores? I need to compute the Laplacian spectrum of a ton of grap