Skip to content

Commit 0537a70

Browse files
committed
Testing pull-request #5
1 parent fb6b493 commit 0537a70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

INGRID/line_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def limiter_split(start, end, limiter):
390390
option='rho', direction='ccw', show_plot=visual, text=verbose)
391391

392392
if self.line_group_intersect == limiter.points():
393-
self.flip_NSEW_lookup()
393+
self.flip_NSEW_lookup(xpt_ID)
394394
xpt2 = self.NSEW_lookup['xpt2']['coor']
395395
self.RegionLineCut = self.draw_line(xpt2['N'], {'line_group': [xptSW_limiter, xptSE_limiter, limiter]},
396396
option='rho', direction='ccw', show_plot=visual, text=verbose)

example_files/SF75/TCV/SF75mod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ patch_data:
9393
preferences:
9494
new_file: True
9595
new_fname: ../data/SF75/TCV/SF75_patches_data.npy
96-
use_file: False
96+
use_file: True
9797
target_plates:
9898
plate_E1:
9999
file: ../data/SF75/TCV/plate_e1.txt

0 commit comments

Comments
 (0)