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

Add cos- longitudinal profile #207

Merged
merged 23 commits into from
Jan 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d5cdd45
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 6, 2023
7e229f3
initial work to add cos-profile
lucafedeli88 Nov 6, 2023
e4a798a
fix bug
lucafedeli88 Nov 6, 2023
8a6429f
Merge branch 'add_cos_profile' of github.com:lucafedeli88/lasy into a…
lucafedeli88 Nov 6, 2023
28e74c7
fixed issues
lucafedeli88 Nov 8, 2023
65edfd8
updated doc
lucafedeli88 Nov 8, 2023
dd055ed
add test
lucafedeli88 Nov 8, 2023
cc938d4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 8, 2023
63d4e10
fix merge conflict and add missing file
lucafedeli88 Nov 8, 2023
fe9ed44
update docstring
lucafedeli88 Nov 8, 2023
e6006e3
Merge branch 'add_cos_profile' of github.com:lucafedeli88/lasy into a…
lucafedeli88 Nov 8, 2023
72f228c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 8, 2023
ef91acf
add missing indendation
lucafedeli88 Nov 8, 2023
143d37f
fix issue with uninitialized variable
lucafedeli88 Nov 8, 2023
0744da2
fix issue with test
lucafedeli88 Nov 8, 2023
939030b
fix issue with docstring
lucafedeli88 Nov 8, 2023
71011c7
fix doc
lucafedeli88 Nov 8, 2023
225b178
fix doc
lucafedeli88 Nov 8, 2023
a0a2fb4
fix test
lucafedeli88 Nov 8, 2023
82c1f6f
Merge remote-tracking branch 'upstream/development' into add_cos_profile
lucafedeli88 Jan 17, 2024
8b92066
using cosine instead of cos
lucafedeli88 Jan 17, 2024
7538cd4
fixed bug
lucafedeli88 Jan 17, 2024
8beb6c3
add definition of wavelength in comments
lucafedeli88 Jan 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed bug
lucafedeli88 committed Jan 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7538cd4176be8024702412bccc903b6e875dd15b
2 changes: 1 addition & 1 deletion lasy/profiles/longitudinal/__init__.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
from .longitudinal_profile_from_data import LongitudinalProfileFromData

__all__ = [
"CosLongitudinalProfile",
"CosineLongitudinalProfile",
"GaussianLongitudinalProfile",
"LongitudinalProfileFromData",
]