(dedalus)airbears2-10-142-26-200:1d_ivp kburleigh$ python3 kdv_burgers.py
Traceback (most recent call last):
File "/Users/kburleigh/dedalus/dedalus/lib/python3.4/site-packages/sympy/core/compatibility.py", line 385, in as_int
result = int(n)
TypeError: int() argument must be a string or a number, not 'tuple'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "kdv_burgers.py", line 28, in <module>
problem.expand(domain)
File "/Users/kburleigh/dedalus/dedalus/src/dedalus2/dedalus2/pde/problems.py", line 249, in expand
self.eqn_set = self._expand_expressions(eqns, c_params, nc_params, zbasis, order)
File "/Users/kburleigh/dedalus/dedalus/src/dedalus2/dedalus2/pde/problems.py", line 268, in _expand_expressions
M0 = self._expand_matrix(M0, nc_params, zbasis, order)
File "/Users/kburleigh/dedalus/dedalus/src/dedalus2/dedalus2/pde/problems.py", line 291, in _expand_matrix
C_exp = [[sy.zeros(shape) for p in range(order)] for i in range(nsubs)]
File "/Users/kburleigh/dedalus/dedalus/src/dedalus2/dedalus2/pde/problems.py", line 291, in <listcomp>
C_exp = [[sy.zeros(shape) for p in range(order)] for i in range(nsubs)]
File "/Users/kburleigh/dedalus/dedalus/src/dedalus2/dedalus2/pde/problems.py", line 291, in <listcomp>
C_exp = [[sy.zeros(shape) for p in range(order)] for i in range(nsubs)]
File "/Users/kburleigh/dedalus/dedalus/lib/python3.4/site-packages/sympy/matrices/dense.py", line 1229, in zeros
return cls.zeros(r, c)
File "/Users/kburleigh/dedalus/dedalus/lib/python3.4/site-packages/sympy/matrices/dense.py", line 513, in zeros
r = as_int(r)
File "/Users/kburleigh/dedalus/dedalus/lib/python3.4/site-packages/sympy/core/compatibility.py", line 389, in as_int
raise ValueError('%s is not an integer' % n)
TypeError: not all arguments converted during string formatting
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-user...@googlegroups.com.
To post to this group, send email to dedalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/CAExxBXjMfnwCyg%2Bg5FaVyczYs%2BMj2esTsAOakYoxJ%2B2iHoudiA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/CAJoYf%3DiyB0rsoVhWRUqqRQzyXEzch1MHk286E5p%2BxF9dqYtqRQ%40mail.gmail.com.