-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add logic to check user modification in trame-geos #96
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
Conversation
a24f5b5
to
7239477
Compare
4b1b84b
to
13b735d
Compare
13b735d
to
ffe81fb
Compare
Hello @lucas-givord , why did you remove the folder 'src' in your architecture? All other geosPythonPackages projects like geos-posp, geos-mesh etc ... have the same architecture of: What is your view on this ? @paloma-martinez |
I didn't know that all other geos packages follow this structure, at least for consistency I should do the same thing. Initially, I switch to a flat layout for simplicity but following an |
I think the |
This PR implement a basic check logic to verify if some user input is valid based on the mesh.
Additionally, this PR enable mypy for geos-trame
close #88
close #101