Skip to content

Commit 6e44217

Browse files
committed
fix bug for km_k vtime mode
1 parent 8885289 commit 6e44217

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

navicat_mikimo/km_k_volcanic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@ def main(
785785
elif len(times) == 1:
786786
t_span = (0, times[0])
787787
else:
788+
screen_cond = "vtime"
788789
nd = 1
789790
t_finals_log = np.log10(times)
790791
x2base = np.round((t_finals_log[1] - t_finals_log[0]) / 10, 1)

0 commit comments

Comments
 (0)