Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Sep 26, 2024
1 parent ab52962 commit 9ad1b53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "rayflare"
version = "2.0.0"
version = "2.0.1"
description = "Python-based integrated optical modelling"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
1 change: 0 additions & 1 deletion tests/test_analytical_rt.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def test_phong_scattering():

# if there is transmission:
for i in np.where(RAT_a['T'] > 0.4)[0]:
print('high T')

R_thetas_a = RAT_a['thetas'][i][RAT_a['thetas'][i] > np.pi/2]
R_thetas_f = RAT_f['thetas'][i][RAT_f['thetas'][i] > np.pi/2]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ray_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_interface_absorption():
# import matplotlib.pyplot as plt

for angle_pol in itertools.product(thetas_in, pol_in):
print(angle_pol)

opts.theta_in = angle_pol[0]
opts.pol_in = angle_pol[1]
rt_res = rtstr.calculate(opts)
Expand Down

0 comments on commit 9ad1b53

Please sign in to comment.