NanoComp / meep

free finite-difference time-domain (FDTD) software for electromagnetic simulations
GNU General Public License v2.0
1.19k stars 610 forks source link

Reduce size of data files used in gold master tests for `unfilter_design` #2542

Closed oskooi closed 1 year ago

oskooi commented 1 year ago

The gold master test for the function unfilter_design of the adjoint-solver module added as part of #2462 involved adding two data files (mpa_unfilter_design.npy and mpa_unfilter_design_target.npy) to the repository which are each 1.3MB in size. The size of these files can likely be reduced considerably without affecting the tests. (Unfortunately, I did not realize how large these files were during the review.)

cc @mochen4

mochen4 commented 1 year ago

Thanks! I reduced the size of those files in PR #2543