Helge Gehring

Results 9 comments of Helge Gehring

Nice Spiral! - [x] Could you remove the `(object)` in the line where you define the class? It was only necessary in python 2 (see [link](https://docs.python.org/2.7/reference/datamodel.html#new-style-and-classic-classes)) About backward compatibility: I'd...

No, I think finally the spiral should just be replaced, so please no ugly hacks ;) But for at least one version we should deprecate the old one and offer...

Thanks! I think I left this parameter out, as not all functions are considering the value yet. It should be implemented in - [ ] get_bonds - [ ] get_reduced_layer...

I'd guess if we use a dict for the s-parameters, which uses the port names the problem should be solved :)

- Hmm, to me it seems like a lot of overhead to save in each row the port/mode... what about saving the data in multiple files and use the ports/modes...

ups, there was a small error in the example, I've updated it.

Here a simplified version which generates the same error: I generated two meshes using (python code) ``` import gmsh for z in [0,1]: gmsh.initialize() gmsh.model.add("t1") lc = 5 gmsh.model.geo.addPoint(0, 0,...

Thanks @fverdugo ! I just tried to fix this, but it seems to me, that I cannot just allocate VectorValues of a different dimension in that line. The `basis`-struct defines...

@zmoon, did you find in the meantime a way to change the matplotlib settings?