You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With no CI currently, the examples aren't getting built. I've ran through them one by one - ticked means working, others need some work.
finmag/examples/boost_python/
Cannot build these examples.
finmag/examples/demag
Nmag examples not tested, Makefile doesn't make sense as files are now missing, so can
probably be safely removed. Removed some code in 471e7dd to make this work.
finmag/examples/edge_damping
finmag/examples/exchange_demag
Relies on nmag so not tested
/finmag/examples/macrospin
finmag/examples/meshes
Not executable, but really out of date - these have completely changed in recent versions of FEniCs.
finmag/examples/varying_alpha
Makefile doesn't work (remove?), but example runs.
finmag/examples/cubic_anisotropy
hysteresis.py does not work:
016-12-08 23:23:07] DEBUG: Creating LLG object.
/home/ryan/finmag/src/finmag/util/helpers.py:1822: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
v2d_xxx = ((v2d_xyz.reshape(n1/dim, dim)).transpose()).reshape(-1,)
[2016-12-08 23:23:07] DEBUG: Creating Exchange object with method box-matrix-petsc, in Jacobian.
[2016-12-08 23:23:07] DEBUG: Adding interaction Exchange to simulation.
Traceback (most recent call last):
File "hysteresis.py", line 31, in <module>
sim.add(CubicAnisotropy(K1, u1, K2, u2, K3, u3))
File "/home/ryan/finmag/src/finmag/energies/cubic_anisotropy.py", line 43, in __init__
self.u3_value = np.cross(u1, u2) # u3 perpendicular to u1 and u2
File "/usr/lib/python2.7/dist-packages/numpy/core/numeric.py", line 1673, in cross
raise ValueError(axis_msg.format('a'))
ValueError: 'axisa' out of bounds
/home/ryan/finmag/examples/dispersion_curves/
Traceback (most recent call last):
File "dispersion.py", line 99, in <module>
excite_system()
File "dispersion.py", line 65, in excite_system
my = np.array([sim._m(x, 0, 0)[1] for x in xs])
AttributeError: 'Simulation' object has no attribute '_m'
[1] 23900 abort (core dumped) python dispersion.py
finmag/examples/exchange_1D
None of these examples work.
finmag/examples/llb
Traceback (most recent call last):
File "macrospin.py", line 147, in <module>
print StochasticSpinTest(mesh,640)
File "macrospin.py", line 103, in StochasticSpinTest
llb.set_up_stochastic_solver(dt=dt,use_evans2012_noise=True)
TypeError: set_up_stochastic_solver() got an unexpected keyword argument 'use_evans2012_noise'
[1] 27558 abort (core dumped) python macrospin.py
With no CI currently, the examples aren't getting built. I've ran through them one by one - ticked means working, others need some work.
finmag/examples/boost_python/
Cannot build these examples.
finmag/examples/demag
Nmag examples not tested, Makefile doesn't make sense as files are now missing, so can
probably be safely removed. Removed some code in 471e7dd to make this work.
finmag/examples/edge_damping
finmag/examples/exchange_demag
Relies on nmag so not tested
/finmag/examples/macrospin
finmag/examples/meshes
Not executable, but really out of date - these have completely changed in recent versions of FEniCs.
/finmag/examples/precession
/finmag/examples/spatially_varying_anisotropy
/finmag/examples/std_prob_4
/finmag/examples/magnetic_grain
finmag/examples/varying_alpha
Makefile doesn't work (remove?), but example runs.
finmag/examples/cubic_anisotropy
hysteresis.py does not work:
finmag/examples/exchange_1D
None of these examples work.
finmag/examples/llb
finmag/examples/scheduling
sim_with_notification.py
finmag/examples/std_prob3
finmag/examples/time-dependent-applied-field
The text was updated successfully, but these errors were encountered: