Skip to content

Commit

Permalink
added numpy matrix rank function to gqs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fnovais11 committed Nov 6, 2024
1 parent 01932e3 commit ed00558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openmc_cad_adapter/gqs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np

from numpy.linalg import matrix_rank

ELLIPSOID = 1
ONE_SHEET_HYPERBOLOID = 2
Expand Down

0 comments on commit ed00558

Please sign in to comment.