Skip to content
New issue

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

무한한 공간을 선택하지 않아서 생긴 위치 재연산 세포들의 인터럽트 #6

Open
clomia opened this issue Apr 25, 2021 · 3 comments

Comments

@clomia
Copy link
Owner

clomia commented Apr 25, 2021

무한한 공간좌표를 유한한 공간 내부 좌표로 변환시키는 함수는 CellController 클래스(simul 프로세스)에 있다.

def co_convert(self, co: Co):

@clomia
Copy link
Owner Author

clomia commented Apr 25, 2021

필드는 유한한 크기여야 한다. 또한 y축의 다른 층은 3차원 시뮬레이션때 사용하므로 그곳을 사용하는것도 불가능하다.
이것은 필연적인 문제라고 생각된다.

@clomia clomia closed this as completed Apr 25, 2021
@clomia clomia reopened this Apr 25, 2021
@clomia
Copy link
Owner Author

clomia commented Apr 25, 2021

무한한 공간좌표를 유한한 공간 내부 좌표로 변환시키는 함수는 CellController 클래스에 있다.
세포 렌더링시 발생하는 KeyError의 원인이 이것이었다.

이것을 Prophecy 클래스가 함께 연산해준다면 문제가 해결될것 같다

@clomia clomia pinned this issue Apr 25, 2021
@clomia
Copy link
Owner Author

clomia commented Apr 25, 2021

Prophect클래스가 연산한다고 해결되지 않는다. 좌표가 겹치는건 절대적 사실이기때문이다. 하나의 공간을 두개의 세포가 사용할 수 없다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant