Skip to content

Commit

Permalink
fixed changelog, removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed May 29, 2021
1 parent 9e367a2 commit a90f1b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Changelog

1.2.0
----------

* Added meep integration
* GDSII-export: Added support for LineStrings

Expand Down
2 changes: 1 addition & 1 deletion gdshelpers/simulation/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_eigenmode_coefficients(self, monitor, bands):


def example_mmi():
from gdshelpers.parts.splitter import DirectionalCoupler, MMI, Splitter
from gdshelpers.parts.splitter import MMI
from gdshelpers.parts.waveguide import Waveguide

# mp.quiet(True)
Expand Down

0 comments on commit a90f1b2

Please sign in to comment.