We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kinqimen.Qimen(2016,12,2,17).pan()
'天盤': ({'艮': '戊', '離': '乙', '坎': '丙', '坤': '丁', '震': '癸', '巽': '壬', '中': '辛', '乾': '庚', '兌': '己'}, [{'坤': '癸'}]),
正确的排盘结果如下:
The text was updated successfully, but these errors were encountered:
问题出在 pan_sky 函数,行104,gong_reorder = new_list(rotate, fu_head_location) rotate: ['乾', '兌', '坤', '離', '巽', '震', '艮', '坎'] fu_head_location: 中 rotate不含‘中’, gong_reorder已经行101重新排序了,注释掉行104 直接 return dict(zip(gong_reorder, gan_reorder)) 是正常的
Sorry, something went wrong.
謝謝報錯指正,稍為修改了代碼,請再看看。
No branches or pull requests
kinqimen.Qimen(2016,12,2,17).pan()
'天盤': ({'艮': '戊', '離': '乙', '坎': '丙', '坤': '丁', '震': '癸', '巽': '壬', '中': '辛', '乾': '庚', '兌': '己'}, [{'坤': '癸'}]),
正确的排盘结果如下:
The text was updated successfully, but these errors were encountered: