-
Updated
Jul 14, 2021 - Kotlin
optics
Here are 361 public repositories matching this topic...
-
Updated
Apr 1, 2021 - Java
-
Updated
Dec 22, 2019 - JavaScript
-
Updated
May 9, 2021 - Java
-
Updated
May 14, 2021 - TypeScript
-
Updated
May 25, 2021 - Java
-
Updated
Jul 13, 2021 - Haskell
-
Updated
Jul 2, 2019 - Haskell
-
Updated
Mar 16, 2021 - Python
-
Updated
Jul 12, 2021 - TypeScript
-
Updated
Jun 7, 2021 - Python
-
Updated
Jul 10, 2021
-
Updated
Jul 5, 2021 - C++
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Apr 22, 2020 - Python
-
Updated
Aug 30, 2020 - Elixir
Tests
The library needs tests to prevent bugs. This library uses pytest as test suite, which is by far the most user friendly test-suite for Python. This is great, because this means anyone can add tests; it's super easy! Moreover, it makes you acquainted with the code, which is why it's labeled a good first issue.
When adding tests, keep the following in mind:
-
Updated
Jul 14, 2021 - HTML
-
Updated
Jul 11, 2021 - Python
Describe the bug
If eps_r is shape (N,) then the fields solved are shape (N,1)
Either:
- disallow 1-D
eps_rarrays
Or: - keep track of
eps_rshape and reshape the fields to match.
-
Updated
Jun 10, 2021 - Python
-
Updated
Jul 5, 2021 - Jupyter Notebook
-
Updated
Oct 10, 2020 - Jupyter Notebook
Presently, interferometric data can only be written out to ascii files, and read from dat or datx files. The code that handles this in prysm.io should be refactored to allow reading and writing of all formats.
-
Updated
Apr 22, 2021 - Python
-
Updated
Feb 24, 2021 - C++
Improve this page
Add a description, image, and links to the optics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optics topic, visit your repo's landing page and select "manage topics."
Let
tofu-opticsusers do this:tupleNobject should contain all possible implicit extensions to Tuple{N} companion objects. Implementations should be macro generated.