Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement heterojunction in depletion approximation and fix build issues #256

Merged
merged 3 commits into from Jul 24, 2023

Conversation

phoebe-p
Copy link
Member

@phoebe-p phoebe-p commented May 26, 2023

  • add documentation for installation without PDD, either from PyPI or from local source.

@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Merging #256 (47ec48c) into develop (4f1b2cf) will increase coverage by 0.16%.
The diff coverage is 57.14%.

@@             Coverage Diff             @@
##           develop     #256      +/-   ##
===========================================
+ Coverage    57.08%   57.25%   +0.16%     
===========================================
  Files          103      104       +1     
  Lines        11633    11690      +57     
===========================================
+ Hits          6641     6693      +52     
- Misses        4992     4997       +5     
Impacted Files Coverage Δ
solcore/material_data/InGaAs-Material/test.py 0.00% <0.00%> (ø)
...re/analytic_solar_cells/depletion_approximation.py 100.00% <100.00%> (ø)

... and 7 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@phoebe-p phoebe-p requested review from iclned and dalonsoa July 20, 2023 00:24
@iclned
Copy link
Collaborator

iclned commented Jul 20, 2023

Build issues on Windows are fixed and heterojunction model functionality implemented for the depletion approximation.

…it of the following:

- add functionality to allow heterojunctions in the depletion approximation (i.e. do not throw an error with a heterojunction)
- 🐛 fix issue where the depletion width in the depletion approximation could be wider than the relevant junction region
- 🏁 💚 fix Windows build in build_deploy_wheels, and fig issue where Windows test did not run but also did not throw an error in GitHub Actions
- 🐧 🍎 fix S4 build in MacOS/Linux
- add ability to install without the PDD solver (locally or from PyPI)
- 📝 update docs with instructions for the above
@phoebe-p phoebe-p removed the request for review from dalonsoa July 20, 2023 04:03
- Add test for case where depletion width > region width
- Remove testing of examples in Windows (this did not run in GitHub Actions anyway, so removing explicitly so it's clear the examples are not being run on Windows)
- Restore test for exceptions in depletion_approximation
@phoebe-p phoebe-p merged commit c96592f into develop Jul 24, 2023
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants