bin/rubyfca in rubyfca-0.2.4 vs bin/rubyfca in rubyfca-0.2.5
- old
+ new
@@ -70,10 +70,10 @@
#
# context data is converted to a hash table
#
begin
- ctxt = FormalContext.new(inputdata, opts[:full])
+ ctxt = FormalContext.new(inputdata, !opts[:full])
ctxt.calcurate
# rescue => e
# puts e
# showerror("Source data may have problems. Process aborted.", 1)
end