vidarsko / ComFiT

A python library for simulating field theories with topological defects
MIT License
3 stars 3 forks source link

Error in plot_fourier_field #2

Closed jonasron closed 7 months ago

jonasron commented 7 months ago

In the function plot_fourier_field in base system (line 616 -657) there is a call to the function ic(theta), which gives an error. What is this function supposed to do and does it run on your set up?

vidarsko commented 7 months ago

The ic was an attempt to include a different type of debugging tool, instead of print, using something called IceCream. However, it did not work very well, so can be removed.