Skip to content

Commit

Permalink
Ensure that nedts attribute of sensor is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpf committed Oct 13, 2023
1 parent c8d6373 commit 95c6886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gprof_nn/bin/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def run(args):
return 1
if args.simulated_tbs:
sensor.use_simulated_tbs = True
sensor.nedts = args.nedts
sensor.nedts = args.nedts

variant = args.variant
if variant.upper() not in ["1D", "3D", "SIM", "HR"]:
Expand Down

0 comments on commit 95c6886

Please sign in to comment.