Skip to content

Commit

Permalink
Merge pull request #324 from neutrinoceros/fargoADSG/bug/use_polar
Browse files Browse the repository at this point in the history
BUG: fix a bug where FargoADSG datasets would be loaded using a broken geometry flag
  • Loading branch information
neutrinoceros authored Apr 8, 2024
2 parents d6b3095 + 193148f commit a3cf165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonos/_readers/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def read(
output_number, directory = _FargoReader._get_output_number_and_dir_from(file)

V = BinData.default_init()
V["geometry"] = Geometry.CYLINDRICAL
V["geometry"] = Geometry.POLAR
V["data"] = {}

phi = np.loadtxt(directory / "used_azi.dat")[:, 0]
Expand Down

0 comments on commit a3cf165

Please sign in to comment.