CURENT / agvis

Geo-visualization for energy system
https://ltb.curent.org
GNU General Public License v3.0
7 stars 5 forks source link

Update citation info #68

Closed jinningwang closed 7 months ago

jinningwang commented 7 months ago
jinningwang commented 7 months ago

@zmalkmus Zack, I noticed that in main.py, the method selftest remains unchanged. Maybe you can integrate the tests you developed there? Thus to enable the cli agvis st. Corresponding ANDES practice is here, https://github.com/CURENT/andes/blob/00e2675af32a709dc7913450df42c81301344c8b/andes/main.py#L788

zmalkmus commented 7 months ago

@zmalkmus Zack, I noticed that in main.py, the method selftest remains unchanged. Maybe you can integrate the tests you developed there? Thus to enable the cli agvis st. Corresponding ANDES practice is here, https://github.com/CURENT/andes/blob/00e2675af32a709dc7913450df42c81301344c8b/andes/main.py#L788

Whoops, I forgot to add that part when I was changing the ./go.sh script to automate the testing. I will do this.