Skip to content

Commit

Permalink
BUG: fix a bug where FargoADSG datasets would be loaded using a broke…
Browse files Browse the repository at this point in the history
…n geometry flag
  • Loading branch information
neutrinoceros committed Apr 8, 2024
1 parent d6b3095 commit 193148f
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 193148f

Please sign in to comment.