DEIB-GECO / GMQL

GMQL - GenoMetric Query Language
http://www.bioinformatics.deib.polimi.it/geco/
Apache License 2.0
18 stars 11 forks source link

Compile error in GMQL-Python #41

Closed acanakoglu closed 7 years ago

acanakoglu commented 7 years ago

please check before commit.

lucananni93 commented 7 years ago

What kind of error? Can you post the text of the exception?

acanakoglu commented 7 years ago

Please check the attached file.

mvn_compile.txt

lucananni93 commented 7 years ago

This is due to the modification done to the PROJECT operator for including the ALLBUT construct. I didn't upload my code after this modification. My commit was working at the time. Now of course it contains an "error" (in the sense that it is no more compatible with the new GMQLServer.PROJECT). ASAP I will upload my fix. It is strange the fact that when the ALLBUT modification was committed this error went undiscovered...

akaitoua commented 7 years ago

@lucananni93 did you solve this?