nugrid_set.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:NuGridPy 作者: NuGrid 项目源码 文件源码
def set_find_first_TP_age(self,dirs=[]):

        '''
            Time at first TP
        '''
            m=self.run_historydata
        firstTPs=[]
        ages=[]
        for case in m:
            firstTPs.append(case.find_first_TP())
            age=case.get('star_age')[int(case.find_first_TP())]
            ages.append(age)
        return ages
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号